build: bump version 0.7.0 → 0.7.1

This commit is contained in:
Alexander Engelsberger 2023-10-25 15:56:53 +02:00
parent c99fdb436c
commit d4bf6dbbe9
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.7.0 current_version = 0.7.1
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

View File

@ -23,7 +23,7 @@ author = "Jensun Ravichandran"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
# #
release = "0.7.0" release = "0.7.1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -1,7 +1,7 @@
[project] [project]
name = "prototorch-models" name = "prototorch-models"
version = "0.7.0" version = "0.7.1"
description = "Pre-packaged prototype-based machine learning models using ProtoTorch and PyTorch-Lightning." description = "Pre-packaged prototype-based machine learning models using ProtoTorch and PyTorch-Lightning."
authors = [ authors = [
{ name = "Jensun Ravichandran", email = "jjensun@gmail.com" }, { name = "Jensun Ravichandran", email = "jjensun@gmail.com" },

View File

@ -36,4 +36,4 @@ from .unsupervised import (
) )
from .vis import * from .vis import *
__version__ = "0.7.0" __version__ = "0.7.1"