Skip to content

Commit 67b300f

Browse files
Change version to 1.4.5 instead of 1.4.4
Co-authored-by: Artem Amirkhanov <[email protected]>
1 parent 5e333db commit 67b300f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CDT/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class CDTConan(ConanFile):
1111
name = "cdt"
12-
version = "1.4.4"
12+
version = "1.4.5"
1313
license = "MPL-2.0 License"
1414
url = "https://github.com/artem-ogre/CDT"
1515
description = "Numerically robust C++ implementation of constrained Delaunay triangulation (CDT)"

0 commit comments

Comments
 (0)