From ed54bb9bb2be758845dd4f73444b24b1d8f78481 Mon Sep 17 00:00:00 2001 From: teobucci Date: Tue, 16 Apr 2024 21:04:12 +0100 Subject: [PATCH] Bump version 0.3.1 -> 0.3.2 --- pyproject.toml | 4 ++-- src/tefs/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcfd4ff..f2d8bab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tefs" -version = "0.3.1" +version = "0.3.2" authors = [ { name = "Teo Bucci", email = "teobucci8@gmail.com" }, { name = "Paolo Bonetti", email = "paolo.bonetti@polimi.it" }, @@ -63,7 +63,7 @@ build = [ ] [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/tefs/__init__.py b/src/tefs/__init__.py index cc45df3..1caa669 100644 --- a/src/tefs/__init__.py +++ b/src/tefs/__init__.py @@ -1,3 +1,3 @@ from .core import TEFS -__version__ = "0.3.1" \ No newline at end of file +__version__ = "0.3.2" \ No newline at end of file