Skip to content

Commit 382b2ee

Browse files
committed
-
1 parent c21b082 commit 382b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py2/python_toolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
import python_toolbox.monkeypatch_copy_reg
1717
import python_toolbox.monkeypatch_envelopes
1818

19-
__version_info__ = python_toolbox.version_info.VersionInfo(0. 9, 0)
19+
__version_info__ = python_toolbox.version_info.VersionInfo(0, 9, 0)
2020
__version__ = __version_info__.version_text
2121

0 commit comments

Comments
 (0)