Skip to content

Commit

Permalink
Update version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sophietheis committed Sep 3, 2024
1 parent cabf0a1 commit 5b51c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5b51c7f

Please sign in to comment.