diff --git a/setup.py b/setup.py index d3ee734..f301e24 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='hypothesis-regex', - version='0.1', + version='0.2', description=('Hypothesis extension to allow generating strings based on regex'), long_description=read('README.rst'), author='Maxim Kulkin',