Skip to content

Commit c34b381

Browse files
committed
omitting type info for automatic versioning script
1 parent c863c92 commit c34b381

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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 = 'Wolph@wol.ph'
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__ = '2.7.1'

0 commit comments

Comments
 (0)