Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Apr 2, 2017
1 parent a7f1222 commit 6c9d594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

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

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[tox]
minversion = 1.7.2
envlist = flake8, py3flake8, py26, py27, py33, py34, py35, py36, pypy, pypy3
envlist = flake8, py3flake8, py26, py27, py33, py34, py35, py36, pypy
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 6c9d594

Please sign in to comment.