Skip to content

Commit

Permalink
bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Nov 28, 2018
1 parent 849ff25 commit ecc9176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nerodia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .logger import Logger

__version__ = '0.12.1'
__version__ = '0.13.0'

ttc = None

Expand Down
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.12.1',
'version': '0.13.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 ecc9176

Please sign in to comment.