There was an error while loading. Please reload this page.
1 parent a43bf26 commit 660250fCopy full SHA for 660250f
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.6, a working beta
+Release 0.6.1, a working beta
16
17
What is supported?
18
------------------
revolut/__init__.py
@@ -12,7 +12,7 @@
from urllib import urlencode
from . import exceptions, utils
-__version__ = '0.6'
+__version__ = '0.6.1'
_log = logging.getLogger(__name__)
0 commit comments