Skip to content

Commit 660250f

Browse files
committed
Bump up version
1 parent a43bf26 commit 660250f

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.6, a working beta
15+
Release 0.6.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
@@ -12,7 +12,7 @@
1212
from urllib import urlencode
1313
from . import exceptions, utils
1414

15-
__version__ = '0.6'
15+
__version__ = '0.6.1'
1616

1717
_log = logging.getLogger(__name__)
1818

0 commit comments

Comments
 (0)