Skip to content

Commit 1341d24

Browse files
committed
finalize for v1.0.0
1 parent 478cca2 commit 1341d24

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ and is `None` if the blob has no parent (its parent is the background).
3131

3232
* Documentation overhaul, both in-code docstrings, and the organization of the overall Sphinx document.
3333

34-
* Additional unit tests
34+
* Additional unit tests
35+
36+
* Myriad minor bug fixes, see commit history.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "machinevision-toolbox-python"
3-
version = "0.9.7"
3+
version = "1.0.0"
44
authors = [
55
{ name = "Peter Corke", email = "[email protected]" },
66
{ name = "Dorian Tsai" },
@@ -54,7 +54,8 @@ dependencies = [
5454
"Homepage" = "https://github.com/petercorke/machinevision-toolbox-python"
5555
"Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
5656
"Documentation" = "https://petercorke.github.io/machinevision-toolbox-python"
57-
"Source" = "https://github.com/petercorke/machinevision-toolbox-python"
57+
"GitHub Source" = "https://github.com/petercorke/machinevision-toolbox-python"
58+
"Changelog" = "https://github.com/petercorke/machinevision-toolbox-python/blob/master/CHANGELOG.md"
5859

5960
[project.optional-dependencies]
6061

0 commit comments

Comments
 (0)