Skip to content

Commit

Permalink
update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
leijerry888 committed Oct 1, 2024
1 parent 4746560 commit 001a848
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ abstract: >-
ANIMATE)
license: BSD-2-Clause
commit: 7f1798889b07e02cd126549e1c8ae5b1c89f24cd
version: 0.4.0
date-released: '2024-03-30'
version: 0.5.0
date-released: '2024-09-30'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ See the Publications section for more information and example of uses of the fra

## Referencing

If you wish to cite ConStrain in academic work please use: Lei, X., Lerond, J., Jung, Y. J., & Chen, Y. (2023). ConStrain (Version 0.4.0) [Computer software]. https://github.com/pnnl/ConStrain
If you wish to cite ConStrain in academic work please use: Lei, X., Lerond, J., Jung, Y. J., & Chen, Y. (2024). ConStrain (Version 0.5.0) [Computer software]. https://github.com/pnnl/ConStrain

<!-- Pending DOI for new ConStrain -->
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
author = "Pacific Northwest National Laboratory"

# The short X.Y version
version = "0.4.0"
version = "0.5.0"
# The full version, including alpha/beta/rc tags
release = "0.4.0"
release = "0.5.0"

# Document class docstrings
autoclass_content = "both"
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 = "ConStrain"
version = "0.4.0"
version = "0.5.0"
description = "ConStrain is a data-driven knowledge-integrated framework that automatically verifies that building system controls function as intended."
authors = ["Lei, Xuechen <[email protected]>", "Chen, Yan <[email protected]>", "Lerond, Jeremy <[email protected]>", "Jung, Yun Joon <[email protected]>"]
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="constrain",
version="0.3.1",
version="0.5.0",
description="ConStrain",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 001a848

Please sign in to comment.