From 6ae8aefe749e49ecd0e1799fc5f25e2511670bc1 Mon Sep 17 00:00:00 2001 From: Tes3awy <11368432+Tes3awy@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:48:56 +0300 Subject: [PATCH] bump version 0.3.1 -> 0.3.2 --- pyproject.toml | 4 ++-- src/vetr_summarizer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc436c7..3ef2b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vetr-summarizer" -version = "0.3.1" +version = "0.3.2" description = "A Python package for visualizing ACI vetR JSON data" authors = [{ name = "Osama Abbas", email = "oabbas2512@gmail.com" }] maintainers = [{ name = "Osama Abbas", email = "oabbas2512@gmail.com" }] @@ -76,7 +76,7 @@ where = ["src"] vetr-summarizer = "vetr_summarizer.__main__:main" [tool.bumpver] -current_version = "0.3.1" +current_version = "0.3.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/vetr_summarizer/__init__.py b/src/vetr_summarizer/__init__.py index 625ae70..dd9009e 100644 --- a/src/vetr_summarizer/__init__.py +++ b/src/vetr_summarizer/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.3.1" +__version__ = "0.3.2"