aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--Cargo.lock2
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f3bcedd..f5d07fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@ readme.md
# python
__pycache__
+*.whl
+*.pyd
# LaTeX
*.aux
@@ -29,4 +31,5 @@ dist/
.ruff_cache/
# rust
-target/ \ No newline at end of file
+target/
+
diff --git a/Cargo.lock b/Cargo.lock
index 6f9f3cf..76e6d08 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "nivis-python"
-version = "0.1.8"
+version = "0.0.2-alpha.1"
dependencies = [
"pyo3",
]