Skip to content

Commit 210c372

Browse files
authored
Merge pull request #59 from UBC-MDS/dev
Final fix for Milestone 3
2 parents 7793b7f + bec9c11 commit 210c372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ quarto preview
8484

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

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

8989
## Copyright
9090

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires = ["hatchling"]
1313
[project]
1414
name = "dumbpy"
1515
# You can chose to use dynamic versioning with hatch or static where you add it manually.
16-
version = "0.0.9"
16+
version = "1.0.0"
1717

1818
description = "A dumber version of numpy"
1919
authors = [

0 commit comments

Comments
 (0)