Skip to content

Commit 8361792

Browse files
committed
Merge branch 'release/3.0.0'
2 parents ca5b435 + 2d2d374 commit 8361792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_utils/__about__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
__package_name__: str = 'python-utils'
2-
__version__: str = '2.7.1'
32
__author__: str = 'Rick van Hattem'
43
__author_email__: str = '[email protected]'
54
__description__: str = (
65
'Python Utils is a module with some convenient utilities not included '
76
'with the standard Python install')
87
__url__: str = 'https://github.com/WoLpH/python-utils'
8+
# Omit type info due to automatic versioning script
9+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)