From 054c254541bd00c5323af35ab639fc42b84175e1 Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Fri, 8 Dec 2023 07:44:52 +0100 Subject: [PATCH] Bump version from 4.0.0 to 5.0.0 This is to reflect the fact that the previous commit introduced a backwards-incompatible change. --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ea67c5a..1d5f99a 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 = '4.0.0' +release = '5.0.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index adc86fc..ebd40de 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'helium', # Also update docs/conf.py when you change this: - version = '4.0.0', + version = '5.0.0', author = 'Michael Herrmann', author_email = 'michael+removethisifyouarehuman@herrmann.io', description = 'Lighter browser automation based on Selenium.',