We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8f23c commit c69069dCopy full SHA for c69069d
.gitignore
@@ -2,5 +2,6 @@
2
/dist/
3
/tmp/
4
/*.egg-info/
5
+/*.egg/
6
/.eggs/
7
*.pyc
setup.py
@@ -14,7 +14,7 @@
14
except IOError:
15
long_description = description
16
17
-version = "1.1.2"
+version = "2.0.0"
18
19
setup(
20
name="jsonrpc2-zeromq",
@@ -27,6 +27,8 @@
27
format(version)),
28
classifiers = [
29
"Programming Language :: Python :: 2.7",
30
+ "Programming Language :: Python :: 3.3",
31
+ "Programming Language :: Python :: 3.4",
32
"Development Status :: 5 - Production/Stable",
33
"Intended Audience :: Developers",
34
"License :: OSI Approved :: BSD License",
0 commit comments