Skip to content

Commit

Permalink
set version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peshay committed Dec 30, 2017
1 parent 148f0a6 commit 103c7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion btcde.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True

__version__ = '2.0'
__version__ = '2.1'

# disable unsecure SSL warning
requests.packages.urllib3.disable_warnings()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Setup to install Bitcoin.de API Python Module."""
from distutils.core import setup
setup(name='btcde',
version='2.0',
version='2.1',
py_modules=['btcde'],
install_requires=['requests', 'future'],
description='API Wrapper for Bitcoin.de Trading API.',
Expand Down

0 comments on commit 103c7be

Please sign in to comment.