From 23c6196845ae22520b2d6c42fc9eb93016ebd72f Mon Sep 17 00:00:00 2001 From: nohehf Date: Mon, 6 May 2024 12:28:47 +0200 Subject: [PATCH] chore: fix version --- .gitignore | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f67608..51f968e 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,5 @@ docs/_build/ .python-version # stack graph sqlite dbs *.db + +.mypy_cache/ diff --git a/pyproject.toml b/pyproject.toml index 2e6fc57..fc9d3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]