From 12edb78bfeac2c11131716263fae1c81eeb554c0 Mon Sep 17 00:00:00 2001 From: Lucas Tierney Date: Wed, 25 Jul 2018 21:47:34 -0500 Subject: [PATCH] bump version to 0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f24b4dc..fef1f64 100644 --- a/setup.py +++ b/setup.py @@ -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(),