Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papaeye committed Jan 16, 2014
1 parent 624aef8 commit ab7ccb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest_httpretty.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import httpretty


__version__ = '0.1.dev'
__version__ = '0.1.0'


def pytest_configure(config):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version = next((line.split('=')[1].strip().replace("'", '')
for line in open(os.path.join(here, 'pytest_httpretty.py'))
if line.startswith('__version__ = ')),
'0.0.dev0')
'0.0.0.dev0')


setup(name='pytest-httpretty',
Expand Down

0 comments on commit ab7ccb1

Please sign in to comment.