From 56e2db5858ef12a7dfad95a826e49c5e77299933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Recoba?= Date: Sun, 1 Sep 2024 21:36:19 -0300 Subject: [PATCH] Bump version 1.0.5 --- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6cd7981..8ab7592 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -79,9 +79,9 @@ # The short X.Y version. # # This should match the version in pyproject.toml -version = "1.0.4" +version = "1.0.5" # The full version, including alpha/beta/rc tags. -release = "1.0.4.dev" +release = "1.0.5.dev" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 9a014e5..30db5e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "PyDistSim" -version = "1.0.4.dev" # Should match version at pydistsim/docs/conf.py +version = "1.0.5.dev" # Should match version at pydistsim/docs/conf.py authors = [ { name="Agustin Recoba", email="agustin.recoba@outlook.com" }, # Fork author { name="Damir Arbula", email="damir.arbula@gmail.com" }, # Original author