diff --git a/django_selenium/__init__.py b/django_selenium/__init__.py index 732a074..b6b7db3 100644 --- a/django_selenium/__init__.py +++ b/django_selenium/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Roman Prokofyev' __license__ = 'Apache License 2.0' -__version__ = '0.9.7' +__version__ = '0.9.8' __maintainer__ = __author__ __email__ = 'roman.prokofyev@gmail.com' __url__ = 'https://github.com/dragoon/django-selenium/'