We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35ba127 + bbf8e5a commit 5d010aeCopy full SHA for 5d010ae
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-version = "2.2.0"
+version = "2.2.1"
4
5
try:
6
with open("README") as f:
@@ -16,7 +16,7 @@
16
"Development Status :: 5 - Production/Stable",
17
"Intended Audience :: Developers",
18
"License :: OSI Approved :: MIT License",
19
- "Natural Language :: English"
+ "Natural Language :: English",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 2.6",
22
"Programming Language :: Python :: 2.7",
0 commit comments