From f331013203157127b321c4cb9558c9c6220663c7 Mon Sep 17 00:00:00 2001 From: Maxim Kulkin Date: Mon, 5 Jun 2017 11:14:48 -0700 Subject: [PATCH] Bump version to 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',