Skip to content

Commit

Permalink
Merge pull request #105 from wolberlab/version_fix
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
talagayev authored Sep 11, 2024
2 parents 624cc74 + 01fea36 commit 613346b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openmmdl/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.2.1"
__version__ = "0.9.2.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ openmmdl = [
"py.typed"
]

[tool.versioningit]
default-version = "0.0.1"
[tool.setuptools.dynamic]
version = { attr = "openmmdl._version.__version__" }

[tool.versioningit.format]
distance = "{base_version}+{distance}.{vcs}{rev}"
Expand Down

0 comments on commit 613346b

Please sign in to comment.