Skip to content

Commit f88e50d

Browse files
committed
Merge branch 'release/3.6.1'
2 parents dbfcb6a + 7e1b620 commit f88e50d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python_utils/__about__.py

+1-1
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.6.0'
10+
__version__ = '3.6.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
),
3030
package_data={'python_utils': ['py.typed']},
3131
long_description=long_description,
32-
install_requires=['typing_extensions'],
32+
install_requires=['typing_extensions>3.10.0.2'],
3333
tests_require=['pytest'],
3434
extras_require={
3535
'loguru': [

0 commit comments

Comments
 (0)