Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ quarto preview

Docs are deployed automatically via GitHub Actions on merges to the deployment branch.

Deployed docs: <add github pages url here>
Deployed docs: <[dumpy documentation](https://ubc-mds.github.io/dumbpy/)>

## Copyright

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires = ["hatchling"]
[project]
name = "dumbpy"
# You can chose to use dynamic versioning with hatch or static where you add it manually.
version = "0.0.9"
version = "1.0.0"

description = "A dumber version of numpy"
authors = [
Expand Down