Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 24, 2013
1 parent 6fc7a27 commit 99d61b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ v0.0.3 13/03/2013 -- Improved a few internals. Opened up creating generators fr
v0.0.4 13/03/2013 -- No changes except that I checked in a failing test case for 0.0.3 so had to replace the release. Doh
v0.0.5 13/03/2013 -- No changes except trying to fix packaging
v0.1.0 23/03/2013 -- Introduce stateful testing. Massive rewrite of internals to add flags and strategies.
v0.1.1 24/03/2013 -- Python 3.x support via 2to3. Use new style classes (oops).

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run_tests(self):

setup(
name='hypothesis',
version='0.1.0',
version='0.1.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=['hypothesis'],
Expand Down

0 comments on commit 99d61b3

Please sign in to comment.