Skip to content

Commit b612cc6

Browse files
committed
bump version 0.2.0 -> 0.2.1
1 parent a5ff873 commit b612cc6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dr_simulator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

1212
def get_module_version():

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dr-simulator"
3-
version = "0.1.0"
3+
version = "0.2.1"
44
description = "Demand Response Simulator enables you to sample DR events based on a distribution and optimize your energy flexible process"
55
authors = ["ThyanRevolter <admkr.2010@gmail.com>"]
66
readme = "README.rst"
@@ -46,7 +46,7 @@ requires = ["poetry-core"]
4646
build-backend = "poetry.core.masonry.api"
4747

4848
[tool.bumpver]
49-
current_version = "0.2.0"
49+
current_version = "0.2.1"
5050
version_pattern = "MAJOR.MINOR.PATCH"
5151
commit_message = "bump version {old_version} -> {new_version}"
5252
commit = true

0 commit comments

Comments
 (0)