File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66__email__ = "adhiths@stanford.edu"
77# Do not edit this string manually, always use bumpversion
88# Details in CONTRIBUTING.md
9- __version__ = "0.0.0 "
9+ __version__ = "0.2.1 "
1010
1111
1212def get_module_version ():
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dr-simulator"
3- version = " 0.1.0 "
3+ version = " 0.2.1 "
44description = " Demand Response Simulator enables you to sample DR events based on a distribution and optimize your energy flexible process"
55authors = [" ThyanRevolter <admkr.2010@gmail.com>" ]
66readme = " README.rst"
@@ -46,7 +46,7 @@ requires = ["poetry-core"]
4646build-backend = " poetry.core.masonry.api"
4747
4848[tool .bumpver ]
49- current_version = " 0.2.0 "
49+ current_version = " 0.2.1 "
5050version_pattern = " MAJOR.MINOR.PATCH"
5151commit_message = " bump version {old_version} -> {new_version}"
5252commit = true
You can’t perform that action at this time.
0 commit comments