Skip to content

Commit

Permalink
Changed to a different version manually to allow publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Mar 14, 2024
1 parent 019517c commit bef127a
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "mvesuvio"
dynamic = ["version"]
# dynamic = ["version"]
version = "0.0.1"
authors = [
{name = "The Mantid Project", email = "[email protected]"},
{name = "Guilherme Pereira", email = "[email protected]"},
Expand Down Expand Up @@ -69,21 +70,21 @@ fail_under = 0
show_missing = true
skip_empty = true

[tool.versioningit.vcs]
method = "git"
default-tag = "0.0.1"
match = ["v*"]

[tool.versioningit.next-version]
method = "minor"

[tool.versioningit.format]
# [tool.versioningit.vcs]
# method = "git"
# default-tag = "0.0.1"
# match = ["v*"]
#
# [tool.versioningit.next-version]
# method = "minor"
#
# [tool.versioningit.format]
# distance = "{version}.dev{distance}"
# dirty = "{version}+uncommitted"
# distance-dirty = "{version}.dev{distance}+uncommitted"
distance = "{version}"
dirty = "{version}"
distance-dirty = "{version}"

[tool.versioningit.write]
file = "mvesuvio/_version.py"
# # distance = "{version}"
# # dirty = "{version}"
# # distance-dirty = "{version}"
#
# [tool.versioningit.write]
# file = "mvesuvio/_version.py"

0 comments on commit bef127a

Please sign in to comment.