Skip to content

Commit

Permalink
Merge branch 'release/3.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Oct 29, 2022
2 parents 018a0ca + f3f1bfd commit 8754157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python_utils/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
)
__url__: str = 'https://github.com/WoLpH/python-utils'
# Omit type info due to automatic versioning script
__version__ = '3.4.3'
__version__ = '3.4.4'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
url=about['__url__'],
license='BSD',
packages=setuptools.find_packages(
exclude=['_python_utils_tests', '*.__pycache__']
exclude=['_python_utils_tests', '*.__pycache__'],
),
package_data={'python_utils': ['py.typed']},
long_description=long_description,
tests_require=['pytest'],
extras_require={
Expand Down

0 comments on commit 8754157

Please sign in to comment.