Skip to content

Commit

Permalink
Merge pull request #378 from Codaone/dev
Browse files Browse the repository at this point in the history
0.7.19
  • Loading branch information
joelvai committed Oct 31, 2018
2 parents 7b76c51 + 881f610 commit 12c3c23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dexbot/__init__.py
@@ -1,4 +1,4 @@
APP_NAME = 'dexbot'
VERSION = '0.7.18'
VERSION = '0.7.19'
AUTHOR = 'Codaone Oy'
__version__ = VERSION
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 12c3c23

Please sign in to comment.