diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d7bf9f9..a30950b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True diff --git a/sda/__init__.py b/sda/__init__.py index dffe842..c8280eb 100644 --- a/sda/__init__.py +++ b/sda/__init__.py @@ -15,6 +15,6 @@ __author__ = 'jlane' __email__ = 'jlane@fanthreesixty.com' __license__ = "MIT" -__version__ = '1.0.2' +__version__ = '1.0.3' __all__ = ['shortcuts', 'structures', 'Element', 'Locators', 'Page', 'Site']