Skip to content

Commit 1525200

Browse files
committed
Release 1.1.0
1 parent be05a39 commit 1525200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tempy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .t import T
99

1010

11-
__version__ = '1.0.0'
11+
__version__ = '1.1.0'
1212
VERSION = tuple(map(int, __version__.split('.')))
1313

1414
if sys.version_info < (3, 3):

0 commit comments

Comments
 (0)