diff --git a/pyproject.toml b/pyproject.toml index 3e97b07..016bbc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ Homepage = "https://github.com/TimSaundersLab/CellSeg" "Bug Tracker" = "https://github.com/TimSaundersLab/CellSeg/issues" Discussions = "https://github.com/TimSaundersLab/CellSeg/discussions" -Changelog = "https://gituhb.com/TimSaundersLab/CellSeg/releases" +Changelog = "https://github.com/TimSaundersLab/CellSeg/releases" [tool.scikit-build] minimum-version = "0.4" diff --git a/setup.py b/setup.py index 0b35e56..149d3ed 100644 --- a/setup.py +++ b/setup.py @@ -20,8 +20,8 @@ ## Version management copied form numpy ## Thanks to them! MAJOR = 0 -MINOR = 1 -MICRO = 0 +MINOR = 9 +MICRO = 1 ISRELEASED = False VERSION = '%d.%d.%s' % (MAJOR, MINOR, MICRO)