We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2177d0 commit b92907fCopy full SHA for b92907f
.travis.yml
@@ -2,7 +2,6 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
-# - "3.2"
6
- "3.3"
7
- "3.4"
8
- "3.5"
setup.py
@@ -33,7 +33,7 @@ def run(self):
33
'Topic :: Software Development :: Libraries :: Python Modules',
34
'Topic :: System :: Distributed Computing',
35
],
36
- version='1.7.3',
+ version='1.7.4',
37
description='Erlang Binary Term Format for Python',
38
long_description=long_description,
39
long_description_content_type="text/markdown",
0 commit comments