diff --git a/setup.py b/setup.py index 3a74a7a..8299190 100644 --- a/setup.py +++ b/setup.py @@ -13,13 +13,13 @@ LONG_DESCRIPTION = f.read() # The full version, including alpha/beta/rc tags -RELEASE = "2.0.1" +RELEASE = "2.1.0" # The short X.Y version VERSION = ".".join(RELEASE.split(".")[:2]) PROJECT = "elex-solver" AUTHOR = "The Wapo Newsroom Engineering Team" -COPYRIGHT = "2023, {}".format(AUTHOR) +COPYRIGHT = "2024, {}".format(AUTHOR) setup(