Skip to content

Commit e480d37

Browse files
committed
Bump up version
1 parent 158e132 commit e480d37

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, a working beta
15+
Release 0.8.1, 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"
16+
__version__ = "0.8.1"
1717

1818
_log = logging.getLogger(__name__)
1919

0 commit comments

Comments
 (0)