From 0f04b8f9dc59e48f5b566792aa18b4621000caf6 Mon Sep 17 00:00:00 2001 From: "Lerond, Jeremy" Date: Thu, 16 Nov 2023 13:42:31 -0800 Subject: [PATCH] Increment release. --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1af9dda..c0f80b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '0.1' # The full version, including alpha/beta/rc tags -release = '0.1.5' +release = '0.1.9' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3844a6e..62ef1bb 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.1.6", + version="0.1.9", description="Performance curve generator for building energy simulation", long_description=long_description, long_description_content_type="text/markdown",