Skip to content

Commit fc82f48

Browse files
VERSION bump.
1 parent f8c6061 commit fc82f48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
### Changed
2222

23+
* Added meshpatter unify_cycles from COMPAS, LIBIGL has only triangle BFS.
24+
2325
### Removed
2426

2527

2628
## [0.7.2] 2025-06-24
2729

2830
### Added
2931

30-
* Added meshpatter unify_cycles from COMPAS, LIBIGL has only triangle BFS.
31-
3232
### Changed
3333

3434
* Removed C++ aliases to minimum.

src/compas_libigl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__copyright__ = "Block Research Group - ETH Zurich"
33
__license__ = "Mozilla Public License Version 2.0"
44
5-
__version__ = "0.7.2"
5+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)