1
0
mirror of https://github.com/JoelBender/modpypes synced 2025-10-05 20:45:46 +08:00

bump the version, update the classifiers

This commit is contained in:
Joel Bender 2017-03-29 00:45:18 -04:00
parent 8bcae5cebc
commit a413d5f5c9
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
__author__ = 'Joel Bender'
__email__ = 'joel@carrickbender.com'
__version__ = '0.2.5'
__version__ = '0.2.6'
from . import pdu
from . import app

View File

@ -43,7 +43,7 @@ setup(
zip_safe=False,
keywords='modpypes',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
@ -51,6 +51,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: Utilities',