This commit is contained in:
INADA Naoki
2016-05-19 17:57:03 +09:00
parent 7e50fc7d8c
commit 020dd28319
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ from .times import Date, Time, Timestamp, \
DateFromTicks, TimeFromTicks, TimestampFromTicks
VERSION = (0, 7, 2, None)
VERSION = (0, 7, 3, None)
threadsafety = 1
apilevel = "2.0"
paramstyle = "pyformat"

View File

@@ -20,6 +20,7 @@ setup(
license="MIT",
packages=find_packages(),
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
@@ -28,7 +29,6 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Topic :: Database',