Skip to content

Commit

Permalink
Merge pull request #54 from orobix/fix/minor_version
Browse files Browse the repository at this point in the history
fix: bump version to 1.2.0
  • Loading branch information
rcmalli authored Sep 11, 2023
2 parents 9ba903d + 56d366e commit b64be78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion quadra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.4"
__version__ = "1.2.0"


def get_version():
Expand Down

0 comments on commit b64be78

Please sign in to comment.