Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Jan 16, 2019
1 parent a3eacb6 commit 5def97f
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 @@ -8,15 +8,15 @@
setup(
name = 'eth_event',
packages = find_packages(),
version = '0.1.3',
version = '0.1.4',
license = 'MIT',
description = 'Ethereum event decoder and topic generator',
long_description = long_description,
long_description_content_type="text/markdown",
author = 'Benjamin Hauser',
author_email = 'ben.hauser@hyperlink.capital',
url = 'https://github.com/iamdefinitelyahuman/eth-event',
download_url = 'https://github.com/iamdefinitelyahuman/eth-event/archive/0.1.3.tar.gz',
download_url = 'https://github.com/iamdefinitelyahuman/eth-event/archive/0.1.4.tar.gz',
keywords = ['ethereum'],
install_requires=[
'eth-abi',
Expand Down

0 comments on commit 5def97f

Please sign in to comment.