Skip to content

Commit 6c9d594

Browse files
committed
v1.0.4
1 parent a7f1222 commit 6c9d594

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# The following version is parsed by other parts of this package.
2020
# Don't change the format of the line, or the variable name.
21-
package_version = "1.0.3"
21+
package_version = "1.0.4"
2222

2323
here = os.path.abspath(os.path.dirname(__file__))
2424

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[tox]
1616
minversion = 1.7.2
17-
envlist = flake8, py3flake8, py26, py27, py33, py34, py35, py36, pypy, pypy3
17+
envlist = flake8, py3flake8, py26, py27, py33, py34, py35, py36, pypy
1818
skip_missing_interpreters = true
1919

2020
[testenv]

0 commit comments

Comments
 (0)