Skip to content

Commit

Permalink
bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Jan 23, 2019
1 parent 9734081 commit 27e3e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.13.0'
__version__ = '0.14.0'

ttc = None

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

from distutils.command.install import INSTALL_SCHEMES
from os.path import dirname, join, abspath
from os.path import abspath, dirname, join

from setuptools import setup
from setuptools.command.install import install
Expand All @@ -12,7 +12,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'nerodia',
'version': '0.13.0',
'version': '0.14.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 27e3e47

Please sign in to comment.