We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c863c92 commit c34b381Copy full SHA for c34b381
1 file changed
python_utils/__about__.py
@@ -1,8 +1,9 @@
1
__package_name__: str = 'python-utils'
2
-__version__: str = '2.7.1'
3
__author__: str = 'Rick van Hattem'
4
__author_email__: str = 'Wolph@wol.ph'
5
__description__: str = (
6
'Python Utils is a module with some convenient utilities not included '
7
'with the standard Python install')
8
__url__: str = 'https://github.com/WoLpH/python-utils'
+# Omit type info due to automatic versioning script
9
+__version__ = '2.7.1'
0 commit comments