Skip to content

Commit e48c5c4

Browse files
committed
Remove local version hatch
1 parent 82a0abe commit e48c5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies = ["numpy>=1.1", "torch>=1.8", "matplotlib", "tqdm>=4.29"]
1717

1818
classifiers = [
1919
"Development Status :: 4 - Beta",
20-
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
@@ -82,6 +81,7 @@ style = "pep440" # or another style that doesn't produce local versions
8281

8382
[tool.hatch.version.vcs]
8483
local_scheme = "no-local"
84+
unreleased_scheme = "dev"
8585

8686

8787
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)