From a26d4dcb6073e53e278ab31474a8d59a2b5532bd Mon Sep 17 00:00:00 2001 From: marcus-k <81660172+marcus-k@users.noreply.github.com> Date: Wed, 1 May 2024 15:30:26 -0600 Subject: [PATCH] Bump version to 0.4.0 --- randomnwn/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/randomnwn/version.py b/randomnwn/version.py index 5a27174..49c37a8 100644 --- a/randomnwn/version.py +++ b/randomnwn/version.py @@ -1 +1 @@ -__version__ = "0.3.1" \ No newline at end of file +__version__ = "0.4.0" \ No newline at end of file diff --git a/setup.py b/setup.py index 95e9fba..c2e6547 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ author_email='marcus.kasdorf@ucalgary.ca', license='MIT License', packages=['randomnwn'], - python_requires='>=3.8' + python_requires='>=3.10' ) \ No newline at end of file