We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be05a39 commit 1525200Copy full SHA for 1525200
1 file changed
tempy/__init__.py
@@ -8,7 +8,7 @@
8
from .t import T
9
10
11
-__version__ = '1.0.0'
+__version__ = '1.1.0'
12
VERSION = tuple(map(int, __version__.split('.')))
13
14
if sys.version_info < (3, 3):
0 commit comments