Skip to content

Commit b92907f

Browse files
committed
Version 1.7.4.
1 parent e2177d0 commit b92907f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
# - "3.2"
65
- "3.3"
76
- "3.4"
87
- "3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run(self):
3333
'Topic :: Software Development :: Libraries :: Python Modules',
3434
'Topic :: System :: Distributed Computing',
3535
],
36-
version='1.7.3',
36+
version='1.7.4',
3737
description='Erlang Binary Term Format for Python',
3838
long_description=long_description,
3939
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)