From 17923afb65be8db315011acfa500137f3e83f042 Mon Sep 17 00:00:00 2001 From: tomasvana10 Date: Sun, 14 Jul 2024 18:16:58 +1000 Subject: [PATCH] Bump version --- setup.py | 4 ++-- xpuz/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8d983cbd..5b1ece46 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ setup( name="xpuz", - version="2.2.99", # If I import xpuz.version.__version__, - # setuptools fails to build the project for some reason + version="2.2.100", # If I import xpuz.version.__version__, + # setuptools fails to build the project for some reason author="Tomas Vana", url="https://github.com/tomasvana10/xpuz", description="Design and play procedurally generated crosswords", diff --git a/xpuz/version.py b/xpuz/version.py index da162bc3..a6e67dac 100644 --- a/xpuz/version.py +++ b/xpuz/version.py @@ -1 +1 @@ -__version__ = "2.2.99" +__version__ = "2.2.100"