From b944ae2989bbbd6eea624b571da42d6da543ee1d Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 20 Dec 2024 21:13:09 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.15.7=20=E2=86=92=201.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 45937c9..6881fab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 1.15.7 +current_version = 1.16.0 [bumpversion:file:pyproject.toml] diff --git a/pyproject.toml b/pyproject.toml index d0b075e..1011fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "amodem" -version = "1.15.7" +version = "1.16.0" authors = [ { name="Roman Zeyde", email="dev@romanzey.de" }, ]