diff --git a/docs/conf.py b/docs/conf.py index 17efd58..b646e7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ author = 'Michael Herrmann' # Also update ../setup.py when you change this: -release = '3.0.9-SNAPSHOT' +release = '3.0.9' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5171843..b83e799 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'helium', # Also update docs/conf.py when you change this: - version = '3.0.9-SNAPSHOT', + version = '3.0.9', author = 'Michael Herrmann', author_email = 'michael+removethisifyouarehuman@herrmann.io', description = 'Lighter browser automation based on Selenium.',