From 88ac68623f1bb8acddeecc66b064f46b645242c5 Mon Sep 17 00:00:00 2001 From: Bolun Thompson Date: Wed, 15 Jan 2025 03:53:33 +0000 Subject: [PATCH] Inc version --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f0c030..1415b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "shasta" -version = "0.2.1" +version = "0.2.2" authors = [ { name="Konstantinos Kallas", email="konstantinos.kallas@hotmail.com" }, ] diff --git a/setup.py b/setup.py index 2019c97..cc918ac 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = (Path(__file__).parent / "README.md").read_text() setup(name='shasta', - version='0.2.1', + version='0.2.2', packages=['shasta'], ## Necessary for the markdown to be properly rendered long_description=long_description,