There was an error while loading. Please reload this page.
1 parent 158e132 commit e480d37Copy full SHA for e480d37
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, a working beta
+Release 0.8.1, 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"
+__version__ = "0.8.1"
_log = logging.getLogger(__name__)
19
0 commit comments