Skip to content

Commit

Permalink
Changed version of package.
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrLeonov committed Mar 4, 2017
1 parent 7466a08 commit 505c5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptobalances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@


__all__ = ["get_balance", "get_rate", "autodetect_currency", "get_supported_currencies"]
__version__ = '0.9.4'
__version__ = '0.9.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='cryptobalances',
version='0.9.4',
version='0.9.5',
author='Aliaksandr Leonau',
author_email='[email protected]',
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
Expand Down

0 comments on commit 505c5b2

Please sign in to comment.