Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed May 6, 2024
1 parent ba68a13 commit 23c6196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ docs/_build/
.python-version
# stack graph sqlite dbs
*.db

.mypy_cache/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
version = "0.0.1"
[tool.maturin]
features = ["pyo3/extension-module"]

0 comments on commit 23c6196

Please sign in to comment.