We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e705d commit f3c2686Copy full SHA for f3c2686
docs/conf.py
@@ -45,9 +45,9 @@
45
# built documents.
46
#
47
# The short X.Y version.
48
-version = '1.0.7'
+version = '1.0.8'
49
# The full version, including alpha/beta/rc tags.
50
-release = '1.0.7'
+release = '1.0.8'
51
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
# for a list of supported languages.
python_toolbox/__init__.py
@@ -12,10 +12,8 @@
12
'''
13
14
import python_toolbox.version_info
15
-import python_toolbox.monkeypatch_copyreg
16
-import python_toolbox.monkeypatch_envelopes
17
18
-__version__ = '1.0.7'
+__version__ = '1.0.8'
19
__version_info__ = python_toolbox.version_info.VersionInfo(
20
*(map(int, __version__.split('.')))
21
)
0 commit comments