From 22d7a0553aa485d593337a6af9b4df5b3969d7d8 Mon Sep 17 00:00:00 2001 From: Diane Napolitano Date: Fri, 29 Mar 2024 14:47:38 -0400 Subject: [PATCH] Preparing for 2.1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(