updated setup before distributing new version

This commit is contained in:
Lukasz Forynski 2013-09-24 22:18:19 +01:00
parent 3193bb8c21
commit 74646072f7
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ with open('README.txt') as readme:
long_descr = readme.read()
setup(name='multi_key_dict',
version='1.0.4',
version='1.0.6',
description='Multi key dictionary implementation',
author='Lukasz Forynski',
author_email='lukasz.forynski@gmail.com',
@ -19,7 +19,7 @@ setup(name='multi_key_dict',
classifiers=[
'Programming Language :: Python',
'License :: OSI Approved :: MIT License',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules'