start at version 0.1.0
This commit is contained in:
parent
b14ddea356
commit
a349c702cb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='pass2csv',
|
||||
version="1.0.0",
|
||||
version="0.1.0",
|
||||
description='pass2csv',
|
||||
scripts=['pass2csv.py'],
|
||||
install_requires=["python-gnupg"]
|
||||
|
|
Loading…
Reference in a new issue