Skip to content

Commit c69069d

Browse files
committed
Bumped to 2.0.0
Python 3 compatibility.
1 parent fa8f23c commit c69069d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
/dist/
33
/tmp/
44
/*.egg-info/
5+
/*.egg/
56
/.eggs/
67
*.pyc

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
except IOError:
1515
long_description = description
1616

17-
version = "1.1.2"
17+
version = "2.0.0"
1818

1919
setup(
2020
name="jsonrpc2-zeromq",
@@ -27,6 +27,8 @@
2727
format(version)),
2828
classifiers = [
2929
"Programming Language :: Python :: 2.7",
30+
"Programming Language :: Python :: 3.3",
31+
"Programming Language :: Python :: 3.4",
3032
"Development Status :: 5 - Production/Stable",
3133
"Intended Audience :: Developers",
3234
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)