There was an error while loading. Please reload this page.
1 parent 00ad67e commit 81d43bbCopy full SHA for 81d43bb
README.rst
@@ -12,7 +12,7 @@ Revolut API client for Python
12
13
A Python wrapper for Revolut API, Python 2.x and 3.x compatible.
14
15
-Release 0.8.2, a working beta
+Release 0.8.3, a working beta
16
17
What is supported?
18
------------------
revolut/__init__.py
@@ -13,7 +13,7 @@
from urllib import urlencode
from . import exceptions, utils
-__version__ = "0.8.2"
+__version__ = "0.8.3"
_log = logging.getLogger(__name__)
19
0 commit comments