From 70dca46763f9a7a422d5f8b7497c6fe1377eaed8 Mon Sep 17 00:00:00 2001 From: lmtierney Date: Sat, 3 Feb 2018 22:01:12 -0600 Subject: [PATCH] bump version to 0.7.0 --- nerodia/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nerodia/__init__.py b/nerodia/__init__.py index 06e5574..66534df 100644 --- a/nerodia/__init__.py +++ b/nerodia/__init__.py @@ -2,7 +2,7 @@ from .logger import Logger -__version__ = '0.6.0' +__version__ = '0.7.0' ttc = None diff --git a/setup.py b/setup.py index af2fb3a..78943f8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup_args = { 'cmdclass': {'install': install}, 'name': 'nerodia', - 'version': '0.6.0', + 'version': '0.7.0', 'license': 'MIT', 'description': 'Python port of WATIR https://github.com/watir/watir', 'long_description': open(join(abspath(dirname(__file__)), 'README.rst')).read(),