Skip to content

Commit

Permalink
build: Upgrade package version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomammana committed Jul 8, 2024
1 parent 3dff335 commit 307bff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quadra"
version = "2.1.11"
version = "2.1.12"
description = "Deep Learning experiment orchestration library"
authors = [
"Federico Belotti <[email protected]>",
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__ = "2.1.11"
__version__ = "2.1.12"


def get_version():
Expand Down

0 comments on commit 307bff5

Please sign in to comment.