Skip to content

Commit

Permalink
Version bumps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 14, 2015
1 parent e93685c commit adb1513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hypothesis-extra/hypothesis-datetime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def local_file(name):

setup(
name='hypothesis-datetime',
version='0.1.2',
version='0.2.0',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-extra/hypothesis-fakefactory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def local_file(name):

setup(
name='hypothesis-fakefactory',
version='0.1.2',
version='0.1.0',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-extra/hypothesis-pytest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):

setup(
name='hypothesis-pytest',
version='0.1.1',
version='0.2.0',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand Down

0 comments on commit adb1513

Please sign in to comment.