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