From d4bf6dbbe93fc23c4a3c028a5cf7ee0d58d2c678 Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Wed, 25 Oct 2023 15:56:53 +0200 Subject: [PATCH] =?UTF-8?q?build:=20bump=20version=200.7.0=20=E2=86=92=200?= =?UTF-8?q?.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 2 +- src/prototorch/models/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c07c912..3948c61 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.7.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ae0e215..3af15df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Jensun Ravichandran" # The full version, including alpha/beta/rc tags # -release = "0.7.0" +release = "0.7.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index dba5117..93cf481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "prototorch-models" -version = "0.7.0" +version = "0.7.1" description = "Pre-packaged prototype-based machine learning models using ProtoTorch and PyTorch-Lightning." authors = [ { name = "Jensun Ravichandran", email = "jjensun@gmail.com" }, diff --git a/src/prototorch/models/__init__.py b/src/prototorch/models/__init__.py index d81d5a8..ac20dee 100644 --- a/src/prototorch/models/__init__.py +++ b/src/prototorch/models/__init__.py @@ -36,4 +36,4 @@ from .unsupervised import ( ) from .vis import * -__version__ = "0.7.0" +__version__ = "0.7.1"