diff --git a/pyproject.toml b/pyproject.toml index d8a1193..d4f7eef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vetr-summarizer" -version = "0.2.0" +version = "0.3.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.2.0" +current_version = "0.3.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 5f155f7..9dcad55 100644 --- a/src/vetr_summarizer/__init__.py +++ b/src/vetr_summarizer/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.0" +__version__ = "0.3.0"