Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Mar 1, 2023
1 parent dbaa9e9 commit 445f8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CDT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4)

project(
"CDT"
VERSION 1.2.0
VERSION 1.3.0
DESCRIPTION
"C++ library for constrained Delaunay triangulation"
HOMEPAGE_URL "https://github.com/artem-ogre/CDT"
Expand Down
2 changes: 1 addition & 1 deletion CDT/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class CDTConan(ConanFile):
name = "cdt"
version = "1.0.0"
version = "1.3.0"
license = "MPL-2.0 License"
url = "https://github.com/artem-ogre/CDT"
description = "Numerically robust C++ implementation of constrained Delaunay triangulation (CDT)"
Expand Down

0 comments on commit 445f8bb

Please sign in to comment.