Skip to content

Commit 8935652

Browse files
committed
Bump version: 1.0.3 → 1.0.4
1 parent ace6842 commit 8935652

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.0.4
33
commit = True
44
tag = True
55

Diff for: python_humble_utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = """Nikita P. Shupeyko"""
22
__email__ = '[email protected]'
3-
__version__ = '1.0.3'
3+
__version__ = '1.0.4'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='python-humble-utils',
18-
version='1.0.3',
18+
version='1.0.4',
1919
url='https://github.com/webyneter/python-humble-utils',
2020

2121
description="Python utils for everyday use.",

0 commit comments

Comments
 (0)