Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-luminal committed Jan 11, 2016
1 parent 423a215 commit fdf656c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

setup(
name='credstash',
version='1.8.0',
version='1.9.0',
description='A utility for managing secrets in the cloud using AWS KMS and DynamoDB',
license='Apache2',
url='https://github.com/LuminalOSS/credstash',
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: Apache Software License',
],
],
install_requires=['pycrypto>=2.6.1', 'boto3>=1.1.1'],
extras_require = {'YAML': ['PyYAML>=3.10']},
extras_require={'YAML': ['PyYAML>=3.10']},
scripts=['credstash.py'],
py_modules=['credstash'],
entry_points={
'console_scripts': [
'credstash = credstash:main'
]
}
)
]
}
)

0 comments on commit fdf656c

Please sign in to comment.