We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec05016 + ef29fc9 commit 56d10acCopy full SHA for 56d10ac
2 files changed
MANIFEST.in
@@ -7,5 +7,6 @@ include requirements.txt
7
include setup.cfg
8
include setup.py
9
include tox.ini
10
+include python_utils/py.typed
11
recursive-include _python_utils_tests *.py *.txt
12
recursive-exclude __pycache__ *
python_utils/__about__.py
@@ -7,4 +7,4 @@
)
__url__: str = 'https://github.com/WoLpH/python-utils'
# Omit type info due to automatic versioning script
-__version__ = '3.4.0'
+__version__ = '3.4.1'
0 commit comments