Skip to content

Commit

Permalink
new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrabal committed Apr 13, 2019
1 parent b558ce3 commit 93cd776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempy/__init__.py
Expand Up @@ -3,7 +3,7 @@
import sys
from types import ModuleType

__version__ = "1.3.2"
__version__ = "1.3.3"
VERSION = tuple(map(int, __version__.split(".")))

if sys.version_info < (3, 3):
Expand Down

0 comments on commit 93cd776

Please sign in to comment.