From 849f99a361fe1683db0e7f32b5b650e59d1b374e Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Thu, 11 Jul 2024 06:48:02 +0200 Subject: [PATCH] Bump version to 5.0.1 --- 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 1d5f99a..1a624e8 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 = '5.0.0' +release = '5.0.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ebd40de..7d46ec9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'helium', # Also update docs/conf.py when you change this: - version = '5.0.0', + version = '5.0.1', author = 'Michael Herrmann', author_email = 'michael+removethisifyouarehuman@herrmann.io', description = 'Lighter browser automation based on Selenium.',