Skip to content

Commit

Permalink
Version bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Aug 15, 2018
1 parent 95fa76f commit 69f56c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name='steemconnect',
version='0.0.3',
version='0.0.4',
packages=['steemconnect'],
url='https://github.com/emre/steemconnect',
license='MIT',
author='Emre Yilmaz',
author_email='mail@emreyilmaz.me',
description='Python client library of SteemConnect',
install_requires=["requests", "responses"]
)
)

0 comments on commit 69f56c2

Please sign in to comment.