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 25, 2015
1 parent ed09a90 commit b3560f0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.9.0',
version='0.9.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand All @@ -47,7 +47,7 @@ def local_file(name):
license='MPL v2',
description='Adds support for generating datetime to Hypothesis',
install_requires=[
"hypothesis==0.9.0",
"hypothesis==0.9.1",
"pytz",
],
long_description=open(README).read(),
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-extra/hypothesis-django/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def local_file(name):
license='MPL v2',
description='Adds support for Django testing to Hypothesis',
install_requires=[
"hypothesis==0.9.0",
"hypothesis==0.9.1",
"django>=1.7",
],
long_description=open(README).read(),
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0',
version='0.3.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand All @@ -47,7 +47,7 @@ def local_file(name):
license='MPL v2',
description='Adds support for generating fake-factory data to Hypothesis',
install_requires=[
"hypothesis==0.9.0",
"hypothesis==0.9.1",
"fake-factory==0.4.2",
],
long_description=open(README).read(),
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0',
version='0.4.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand All @@ -48,7 +48,7 @@ def run_tests(self):
license='MPL v2',
description='Pytest plugin for better integration with hypothesis',
install_requires=[
"hypothesis==0.9.0",
"hypothesis==0.9.1",
"pytest>=2.6.0,<2.6.99",
],
long_description=open(README).read(),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run_tests(self):

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

0 comments on commit b3560f0

Please sign in to comment.