From 5495fcb77627ee10807c54179b553f144b21d469 Mon Sep 17 00:00:00 2001 From: "Lerond, Jeremy" Date: Tue, 1 Oct 2024 15:58:49 -0700 Subject: [PATCH] Version change. --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e1a18ab..3e7bb0d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '0.2' # The full version, including alpha/beta/rc tags -release = '0.2.2' +release = '0.2.3' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index dccedcc..0473cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "copper" -version = "0.2.1" +version = "0.2.3" description = "Performance curve generator for building energy simulation" authors = ["Lerond, Jeremy ", "Rahman, Aowabin ", "Wan, Hanlong ", "Singh, Manan "] readme = "README.md" diff --git a/setup.py b/setup.py index f126f80..254c4ae 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text() setup( name="copper-bem", - version="0.2.2", + version="0.2.3", description="Performance curve generator for building energy simulation", long_description=long_description, long_description_content_type="text/markdown",