Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonstead committed Jun 30, 2017
1 parent 31a1b0d commit 064523f
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 @@ -3,12 +3,12 @@
setup(
name = 'lbry',
packages = ['lbry'],
version = '1.0.3', # Ideally should be same as your GitHub release tag varsion
version = '1.0.4', # Ideally should be same as your GitHub release tag varsion
description = 'A client wrapper for the LBRY API, using requests module',
author = 'Simon Stead',
author_email = '[email protected]',
url = 'https://github.com/simonstead/lbry-python',
download_url = 'https://github.com/simonstead/lbry-python/archive/v1.0.3.tar.gz',
download_url = 'https://github.com/simonstead/lbry-python/archive/v1.0.4.tar.gz',
keywords = ['lbry', 'crypto'],
classifiers = [],
)

0 comments on commit 064523f

Please sign in to comment.