diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 22c4c4df6..874b56260 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.7.18' +VERSION = '0.7.19' AUTHOR = 'Codaone Oy' __version__ = VERSION diff --git a/setup.py b/setup.py index c3290dd8f..f8bff3898 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ cmd_class = {} console_scripts = ['dexbot-cli = dexbot.cli:main'] install_requires = [ - 'bitshares==0.2.0', - 'uptick>=0.1.9', + 'bitshares==0.2.1', + 'uptick==0.2.0', 'click', 'sqlalchemy', 'ruamel.yaml>=0.15.37',