Skip to content

Commit 4271ff7

Browse files
committed
Bump version: 0.1.7 → 0.2.0
1 parent 271f9f2 commit 4271ff7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.7
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

draf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__summary__ = "Demand Response Analysis Framework"
77
__uri__ = "https://github.com/DrafProject/draf"
88

9-
__version__ = "0.1.7"
9+
__version__ = "0.2.0"
1010

1111
__author__ = "Markus Fleschutz"
1212
__email__ = "[email protected]"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="draf",
9-
version="0.1.7",
9+
version="0.2.0",
1010
author="Markus Fleschutz",
1111
author_email="[email protected]",
1212
description="Demand Response Analysis Framework",

0 commit comments

Comments
 (0)