From 1a706802395a384fa1c643703a9d74e84f0227f0 Mon Sep 17 00:00:00 2001 From: Tes3awy <11368432+Tes3awy@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:49:20 +0300 Subject: [PATCH] bump version 0.1.0 -> 0.2.0 --- 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 f1e72a6..d8a1193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vetr-summarizer" -version = "0.1.0" +version = "0.2.0" 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" }] @@ -75,7 +75,7 @@ where = ["src"] vetr-summarizer = "vetr_summarizer.__main__:main" [tool.bumpver] -current_version = "0.1.0" +current_version = "0.2.0" 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 4742c9c..5f155f7 100644 --- a/src/vetr_summarizer/__init__.py +++ b/src/vetr_summarizer/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.1.0" +__version__ = "0.2.0"