Skip to content

Commit

Permalink
Merge pull request #255 from theochem/fix_version
Browse files Browse the repository at this point in the history
Fix version number configurations
  • Loading branch information
FanwangM authored Oct 31, 2024
2 parents 8f34402 + 55013d8 commit 384f41f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"numpy>=1.16",
"pytest >=2.6",
"pytest>=8.0.0",
"scipy>=1.4",
"importlib_resources",
"sympy",
Expand Down Expand Up @@ -79,5 +80,5 @@ addopts = "-v"

[tool.setuptools_scm]
write_to = "src/grid/_version.py"
version_scheme = "post-release"
local_scheme = "no-local-version"
version_scheme = "guess-next-dev"
local_scheme = "node-and-timestamp"

0 comments on commit 384f41f

Please sign in to comment.