From 766ee4554c340b87ab0b93dbfb5b43a6406117d6 Mon Sep 17 00:00:00 2001 From: Domagoj Fijan Date: Tue, 27 Jan 2026 23:50:40 -0500 Subject: [PATCH] update python 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 dad6a7a..2079292 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.4.0" -release = "0.4.0" +version = "0.5.0" +release = "0.5.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9a40ecb..748a480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "WaterNetworkAnalysis" -version = "0.4.0" +version = "0.5.0" authors = [ { name = "Domagoj Fijan" }, { name = "Jelena Tosovic", email = "jecat_90@live.com" },