Version bump to 7.1.0

This commit is contained in:
Honza Král
2019-11-14 09:17:45 +01:00
parent 1bb8f50f58
commit 07fef33acc
4 changed files with 19 additions and 14 deletions
+2 -4
View File
@@ -3,7 +3,7 @@ from os.path import join, dirname
from setuptools import setup, find_packages
import sys
VERSION = (7, 0, 5)
VERSION = (7, 1, 0)
__version__ = VERSION
__versionstr__ = ".".join(map(str, VERSION))
@@ -42,15 +42,13 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],