Skip to content

Commit 04bbd9a

Browse files
committed
Merge branch '34-optimise-dotty-grid-point-detector'
2 parents 925baa0 + a7ccb1d commit 04bbd9a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ points_3d = sks.triangulate_points_using_hartley(
7676
)
7777
```
7878

79+
## Releasing
80+
81+
1. Update ```pyproject.toml``` with the version number
82+
2. Tag on main branch
83+
3. Push tag
84+
7985
## Contributing
8086

8187
1. Raise an issue on GitHub

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "scikit-surgeryopencvcpp"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Image-guided surgery functions, in C++, using OpenCV and wrapped in Python."
99
readme = "README.md"
1010
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)