Skip to content

Commit 56d10ac

Browse files
committed
Merge branch 'release/3.4.1'
2 parents ec05016 + ef29fc9 commit 56d10ac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ include requirements.txt
77
include setup.cfg
88
include setup.py
99
include tox.ini
10+
include python_utils/py.typed
1011
recursive-include _python_utils_tests *.py *.txt
1112
recursive-exclude __pycache__ *

python_utils/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
)
88
__url__: str = 'https://github.com/WoLpH/python-utils'
99
# Omit type info due to automatic versioning script
10-
__version__ = '3.4.0'
10+
__version__ = '3.4.1'

0 commit comments

Comments
 (0)