Skip to content

Commit 81d43bb

Browse files
committed
Bump up version
1 parent 00ad67e commit 81d43bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Revolut API client for Python
1212

1313
A Python wrapper for Revolut API, Python 2.x and 3.x compatible.
1414

15-
Release 0.8.2, a working beta
15+
Release 0.8.3, a working beta
1616

1717
What is supported?
1818
------------------

revolut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from urllib import urlencode
1414
from . import exceptions, utils
1515

16-
__version__ = "0.8.2"
16+
__version__ = "0.8.3"
1717

1818
_log = logging.getLogger(__name__)
1919

0 commit comments

Comments
 (0)