From 7646235b3a7c542ba226ac2c38e571686ce89d79 Mon Sep 17 00:00:00 2001 From: Darknet Development Team Date: Thu, 1 Aug 2024 23:02:47 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=201.1.0=20=E2=86=92=201.1.1?= 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 3c4dbbf..449a993 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True sign_tags = True diff --git a/pyproject.toml b/pyproject.toml index 17b7d2d..81c066f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plotcap" -version = "1.1.0" +version = "1.1.1" description = "PlotCap - a simple network visualization tool" authors = ["Darknet ehf "] maintainers = ["Darknet ehf "]