Skip to content

Commit

Permalink
manually add version in version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brianandres2 committed Jan 15, 2025
1 parent 671c3fe commit 5402d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ dependencies = [
dynamic = ["version"]

[tool.setuptools_scm]
version_scheme = "guess-next-dev"
local_scheme = "no-local-version"
tag_regex = "^(?:v)?(\\d+\\.\\d+\\.\\d+)$"
version = { attr = "e84-geoai-common.version.__version__" }

[tool.pytest.ini_options]
pythonpath = "src"
Expand Down
1 change: 1 addition & 0 deletions src/e84_geoai_common/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.1"

0 comments on commit 5402d53

Please sign in to comment.