Skip to content

Commit

Permalink
bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiktraxl committed Apr 29, 2021
1 parent a5a0947 commit c1dde16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pykrakenapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
from pykrakenapi.pykrakenapi import KrakenAPI

__all__ = ['KrakenAPI']
__version__ = '0.1.9'
__version__ = '0.2.0'
__author__ = "Dominik Traxl <[email protected]>"
__copyright__ = "Copyright 2017 Dominik Traxl"
__license__ = "GNU GPL"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

setup(
name="pykrakenapi",
version='0.1.9',
version='0.2.0',
packages=find_packages(),
author="Dominik Traxl",
author_email="[email protected]",
url='https://github.com/dominiktraxl/pykrakenapi/',
download_url='https://github.com/dominiktraxl/pykrakenapi/tarball/v0.1.9',
download_url='https://github.com/dominiktraxl/pykrakenapi/tarball/v0.2.0',
description=("A Python implementation of the Kraken API."),
long_description=open('README.rst').read(),
python_requires='>=3',
Expand Down

0 comments on commit c1dde16

Please sign in to comment.