Skip to content

Commit

Permalink
bup version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Mar 10, 2019
1 parent 759822b commit 2631c21
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.14.0'
__version__ = '0.14.1'

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.14.0',
'version': '0.14.1',
'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 2631c21

Please sign in to comment.