We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7793b7f + bec9c11 commit 210c372Copy full SHA for 210c372
README.md
@@ -84,7 +84,7 @@ quarto preview
84
85
Docs are deployed automatically via GitHub Actions on merges to the deployment branch.
86
87
-Deployed docs: <add github pages url here>
+Deployed docs: <[dumpy documentation](https://ubc-mds.github.io/dumbpy/)>
88
89
## Copyright
90
pyproject.toml
@@ -13,7 +13,7 @@ requires = ["hatchling"]
13
[project]
14
name = "dumbpy"
15
# You can chose to use dynamic versioning with hatch or static where you add it manually.
16
-version = "0.0.9"
+version = "1.0.0"
17
18
description = "A dumber version of numpy"
19
authors = [
0 commit comments