Skip to content

Commit e1baf1a

Browse files
committed
-
1 parent 1d4dadf commit e1baf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_toolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import python_toolbox.monkeypatch_copyreg
1616
import python_toolbox.monkeypatch_envelopes
1717

18-
__version__ = '1.0.5'
18+
__version__ = '1.0.6'
1919
__version_info__ = python_toolbox.version_info.VersionInfo(
2020
*(map(int, __version__.split('.')))
2121
)

0 commit comments

Comments
 (0)