Skip to content

Commit

Permalink
bump to 0.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiktraxl committed Aug 24, 2020
1 parent 39dd7a7 commit b2d396e
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.8'
__version__ = '0.1.9'
__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.8',
version='0.1.9',
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.8',
download_url='https://github.com/dominiktraxl/pykrakenapi/tarball/v0.1.9',
description=("A Python implementation of the Kraken API."),
long_description=open('README.rst').read(),
python_requires='>=3',
Expand Down

0 comments on commit b2d396e

Please sign in to comment.