From 9af3cf4496ea10ff74e087283974813d6341eade Mon Sep 17 00:00:00 2001 From: mfleschutz Date: Wed, 28 Aug 2024 15:06:05 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- elmada/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 273626b..23e06a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/elmada/__init__.py b/elmada/__init__.py index ca391df..0c0d437 100644 --- a/elmada/__init__.py +++ b/elmada/__init__.py @@ -2,7 +2,7 @@ __summary__ = "Dynamic electricity carbon emission factors and prices for Europe" __uri__ = "https://github.com/DrafProject/elmada" -__version__ = "0.1.0" +__version__ = "0.1.1" __author__ = "Markus Fleschutz" __email__ = "mfleschutz@gmail.com" diff --git a/setup.py b/setup.py index 2a907a1..473771f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="elmada", - version="0.1.0", + version="0.1.1", author="Markus Fleschutz", author_email="mfleschutz@gmail.com", description="Dynamic electricity carbon emission factors and prices for Europe",