From aa065edf84e42915bed3b02dd35c0629c9615f12 Mon Sep 17 00:00:00 2001 From: mfleschutz Date: Sat, 14 Jan 2023 22:54:05 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- draf/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a5c00a8..ebdeebc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/draf/__init__.py b/draf/__init__.py index 610597f..d224580 100644 --- a/draf/__init__.py +++ b/draf/__init__.py @@ -6,7 +6,7 @@ __summary__ = "Demand Response Analysis Framework" __uri__ = "https://github.com/DrafProject/draf" -__version__ = "0.2.0" +__version__ = "0.3.0" __author__ = "Markus Fleschutz" __email__ = "mfleschutz@gmail.com" diff --git a/setup.py b/setup.py index e83dfef..7e19baa 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="draf", - version="0.2.0", + version="0.3.0", author="Markus Fleschutz", author_email="mfleschutz@gmail.com", description="Demand Response Analysis Framework",