diff --git a/docs/conf.py b/docs/conf.py index f86e0ee..a399123 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ # The short X.Y version version = "2.4" # The full version, including alpha/beta/rc tags -release = "2.4.0" +release = "2.4.1" # -- General configuration --------------------------------------------------- diff --git a/uk_election_timetables/__init__.py b/uk_election_timetables/__init__.py index 3d67cd6..54499df 100644 --- a/uk_election_timetables/__init__.py +++ b/uk_election_timetables/__init__.py @@ -1 +1 @@ -__version__ = "2.4.0" +__version__ = "2.4.1"