Skip to content

Commit

Permalink
Up version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdtaylor committed Oct 20, 2020
1 parent fba0454 commit 51b680c
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,13 +8,13 @@
"console_scripts": ['pyp=pyp.pyp:main']
},
scripts=['./pyp-runner.py'],
version='0.0.3',
version='0.1.0',
license='MIT',
description='A pip wrapper that writes requirements.txt automatically',
author='Zach Taylor',
author_email='[email protected]',
url='https://github.com/zachtylr21/pyp',
download_url='https://github.com/zachtylr21/pyp/archive/v0.0.3.tar.gz',
download_url='https://github.com/zachtylr21/pyp/archive/v0.1.0.tar.gz',
keywords=['pip', 'python', 'package', 'requirements', 'dependency'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 51b680c

Please sign in to comment.