Skip to content

Commit 238a307

Browse files
committed
-
1 parent fd671b2 commit 238a307

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.0.3'
48+
version = '1.0.4'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.0.3'
50+
release = '1.0.4'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

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.3'
18+
__version__ = '1.0.4'
1919
__version_info__ = python_toolbox.version_info.VersionInfo(
2020
*(map(int, __version__.split('.')))
2121
)

0 commit comments

Comments
 (0)