Skip to content

Commit

Permalink
Bump version: 0.1.7 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleschutz committed May 10, 2022
1 parent 271f9f2 commit 4271ff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.7
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion draf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__summary__ = "Demand Response Analysis Framework"
__uri__ = "https://github.com/DrafProject/draf"

__version__ = "0.1.7"
__version__ = "0.2.0"

__author__ = "Markus Fleschutz"
__email__ = "mfleschutz@gmail.com"
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 @@

setup(
name="draf",
version="0.1.7",
version="0.2.0",
author="Markus Fleschutz",
author_email="mfleschutz@gmail.com",
description="Demand Response Analysis Framework",
Expand Down

0 comments on commit 4271ff7

Please sign in to comment.