Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten committed Aug 15, 2024
1 parent 0748675 commit f16c20c
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mistral_common"
version = "1.3.2"
version = "1.3.4"
description = ""
authors = ["bam4d <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -43,7 +43,7 @@ ruff = "^0.2.2"
mypy = "^1.8.0"
pytest-cov = "^4.1.0"
diff-cover = "^8.0.3"
coverage = {extras = ["toml"], version = "^7.4.4"}
coverage = { extras = ["toml"], version = "^7.4.4" }

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion src/mistral_common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.2"
__version__ = "1.3.4"

0 comments on commit f16c20c

Please sign in to comment.