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