We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a22e2 commit 49cd215Copy full SHA for 49cd215
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='python-string-utils',
5
- version='0.0.0',
+ version='0.1.0',
6
description='Utility functions for strings checking and manipulation.',
7
author='Davide Zanotti',
8
author_email='davidezanotti@gmail.com',
string_utils.py
@@ -4,7 +4,7 @@
import random
# module settings
-__version__ = '0.0.0'
+__version__ = '0.1.0'
__all__ = [
9
'is_url',
10
'is_email',
0 commit comments