Skip to content

Commit

Permalink
bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Jul 26, 2018
1 parent 33b6321 commit 12edb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'nerodia',
'version': '0.8.0',
'version': '0.9.0',
'license': 'MIT',
'description': 'Python port of WATIR https://github.com/watir/watir',
'long_description': open(join(abspath(dirname(__file__)), 'README.rst')).read(),
Expand Down

0 comments on commit 12edb78

Please sign in to comment.