Skip to content

Commit

Permalink
[version] Update package version to 0.25.1.post6
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Jul 23, 2019
1 parent 00a1a85 commit 31e8145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/skyapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from os import path

NAME = "skyapi"
VERSION = "0.25.1.post5"
VERSION = "0.25.1.post6"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion skycoin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.25.1.post5"
__version__ = "0.25.1.post6"
init_error = None

def _print2stderr(msg):
Expand Down

0 comments on commit 31e8145

Please sign in to comment.