Skip to content

Commit

Permalink
Version change.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Oct 1, 2024
1 parent 38fc7b4 commit 5495fcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <jeremy.lerond@pnnl.gov>", "Rahman, Aowabin <aowabin.rahman@pnnl.gov>", "Wan, Hanlong <hanlong.wan@pnnl.gov>", "Singh, Manan <manan.singh@pnnl.gov>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5495fcb

Please sign in to comment.