Skip to content

Commit da433bc

Browse files
committed
Prep for new release
1 parent 3440c71 commit da433bc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = "0.2"
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.2.8"
30+
release = "0.2.9"
3131

3232

3333
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "copper-bem"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = "Performance curve generator for building energy simulation"
55
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>"]
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = (this_directory / "README.md").read_text()
77
setup(
88
name="copper-bem",
9-
version="0.2.8",
9+
version="0.2.9",
1010
description="Performance curve generator for building energy simulation",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)