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 21, 2015
1 parent d4ee34a commit fd9b5d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -47,7 +47,7 @@ def local_file(name):
license='MPL v2',
description='Adds support for generating datetime to Hypothesis',
install_requires=[
"hypothesis==0.7.0",
"hypothesis==0.7.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.7.0",
"hypothesis==0.7.1",
"django>=1.7",
],
long_description=open(README).read(),
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 @@ -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.7.0",
"hypothesis==0.7.1",
"fake-factory==0.4.2",
],
long_description=open(README).read(),
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 @@ -48,7 +48,7 @@ def run_tests(self):
license='MPL v2',
description='Pytest plugin for better integration with hypothesis',
install_requires=[
"hypothesis==0.7.0",
"hypothesis==0.7.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.7.0',
version='0.7.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand Down

0 comments on commit fd9b5d9

Please sign in to comment.