From b26aac310ee6ab4057ea4c3a676b1d9af4bf1e33 Mon Sep 17 00:00:00 2001 From: Darknet Development Team Date: Mon, 1 Jan 2024 00:45:59 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.2.0=20=E2=86=92=200.2.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 ee95af2..76c3857 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True sign_tags = True diff --git a/pyproject.toml b/pyproject.toml index 97b3aa2..bcaeec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plotcap" -version = "0.2.0" +version = "0.2.1" description = "PlotCap - a simple network visualization tool" authors = ["Darknet ehf "] maintainers = ["Darknet ehf "]