Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Jul 28, 2023
1 parent 9aa5090 commit fc6c6fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
File renamed without changes.
12 changes: 1 addition & 11 deletions src/OpenGeodeWeb-Back/pyproject.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "OpenGeodeWeb-Back"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Geode-solutions", email="[email protected]" },
]
Expand All @@ -22,13 +22,3 @@ dynamic = ["dependencies"]
[project.urls]
"Homepage" = "https://github.com/Geode-solutions/OpenGeodeWeb-Back"
"Bug Tracker" = "https://github.com/Geode-solutions/OpenGeodeWeb-Back/issues"


[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.semantic_release]
version_variable = "pyproject.toml:version"
version_source = "commit"
branch = "next"
prerelease_tag = "rc"

0 comments on commit fc6c6fe

Please sign in to comment.