Skip to content

Commit bea0d48

Browse files
authored
Change version ID. (#138)
1 parent 0811b91 commit bea0d48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.7"
30+
release = "0.2.8"
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.7"
3+
version = "0.2.8"
44
description = "Performance curve generator for building energy simulation"
55
authors = ["Lerond, Jeremy <[email protected]>", "Rahman, Aowabin <[email protected]>", "Wan, Hanlong <[email protected]>", "Singh, Manan <[email protected]>"]
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.7",
9+
version="0.2.8",
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)