From 7724a27c091aef66ab4a6a29399bc045d3364863 Mon Sep 17 00:00:00 2001 From: rcmalli Date: Mon, 11 Sep 2023 15:49:44 +0200 Subject: [PATCH] fix: bump version to 1.2.0 --- pyproject.toml | 4 ++-- quadra/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c0b95d8..fc2c4625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "quadra" -version = "1.1.4" +version = "1.2.0" description = "Deep Learning experiment orchestration library" authors = [ { name = "Alessandro Polidori", email = "alessandro.polidori@orobix.com" }, @@ -118,7 +118,7 @@ repository = "https://github.com/orobix/quadra" # Adapted from https://realpython.com/pypi-publish-python-package/#version-your-package [tool.bumpver] -current_version = "1.1.4" +current_version = "1.2.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "build: Bump version {old_version} -> {new_version}" commit = true diff --git a/quadra/__init__.py b/quadra/__init__.py index 8a6856f7..88b40473 100644 --- a/quadra/__init__.py +++ b/quadra/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.4" +__version__ = "1.2.0" def get_version():