From 1a64a96f404e94ee196d29261dd13a4383da033f Mon Sep 17 00:00:00 2001 From: Domagoj Fijan Date: Fri, 20 Oct 2023 01:06:03 -0400 Subject: [PATCH] update versions --- docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 112ba39..f069d47 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,8 +23,8 @@ author = "Jelena Tosovic, Domagoj Fijan, Marko Jukic, Urban Bren" # The full version, including alpha/beta/rc tags -version = "0.2.0" -release = "0.2.0" +version = "0.3.0" +release = "0.3.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 7670b2d..61ffca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ConservedWaterSearch" -version = "0.2.0" +version = "0.3.0" authors = [ { name = "Domagoj Fijan" }, { name = "Jelena Tosovic", email = "jecat_90@live.com" },