From c4f7cde54302ba0f030ed5f06c323b45020d2283 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Tue, 8 Oct 2024 11:44:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- ddlpy/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e14036c..8c92a23 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/ddlpy/__init__.py b/ddlpy/__init__.py index 11eca0b..6c6790e 100644 --- a/ddlpy/__init__.py +++ b/ddlpy/__init__.py @@ -4,7 +4,7 @@ __author__ = """Fedor Baart""" __email__ = 'fedor.baart@deltares.nl' -__version__ = '0.6.0' +__version__ = '0.6.1' from ddlpy.ddlpy import locations from ddlpy.ddlpy import (measurements, diff --git a/pyproject.toml b/pyproject.toml index f6b7206..b2307be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rws-ddlpy" -version = "0.6.0" +version = "0.6.1" maintainers = [ { name = "Fedor Baart", email = "fedor.baart@deltares.nl"}, { name = "Jelmer Veenstra", email = "jelmer.veenstra@deltares.nl"},