Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Barroso committed Jan 22, 2015
1 parent 15217a6 commit b175e3b
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 @@ -11,7 +11,7 @@

setup(
name='pyEOS',
version='0.1',
version='0.2',
py_modules=['pyEOS'],
packages=find_packages(),
install_requires=reqs,
Expand All @@ -20,7 +20,7 @@
author = 'David Barroso',
author_email = 'dbarroso@spotify.com',
url = 'https://github.com/spotify/pyeos/', # use the URL to the github repo
download_url = 'https://github.com/spotify/pyeos/tarball/0.1', # I'll explain this in a second
download_url = 'https://github.com/spotify/pyeos/tarball/0.2', # I'll explain this in a second
keywords = ['EOS', 'networking'],
classifiers = [],
)

0 comments on commit b175e3b

Please sign in to comment.