Skip to content

Commit

Permalink
Prepare for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DirectXMan12 committed Nov 18, 2015
1 parent 27eae50 commit ea3c82e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

setup(
name='k5test',
version='1.0.0',
version='0.9.0',
author='The Python GSSAPI Team',
author_email='sross@redhat.com',
packages=['k5test'],
description='A library for testing Python applications in'
description='A library for testing Python applications in '
'self-contained Kerberos 5 environments',
long_description=open('README.md').read(),
license='LICENSE.txt',
Expand All @@ -21,6 +21,7 @@
'Programming Language :: Python :: 3.3',
'Intended Audience :: Developers',
'License :: OSI Approved :: ISC License (ISCL)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Security',
],
Expand Down

0 comments on commit ea3c82e

Please sign in to comment.