File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* ** Copyright** : (C) Qianqian Fang (2024-2025) <q.fang at neu.edu>
6
6
* ** License** : GNU Public License V3 or later
7
- * ** Version** : 0.5.0
7
+ * ** Version** : 0.5.1
8
8
* ** URL** : [ https://pypi.org/project/iso2mesh/ ] ( https://pypi.org/project/iso2mesh/ )
9
9
* ** Homepage** : [ https://iso2mesh.sf.net ] ( https://iso2mesh.sf.net )
10
10
* ** Github** : [ https://github.com/NeuroJSON/pyiso2mesh ] ( https://github.com/NeuroJSON/pyiso2mesh )
Original file line number Diff line number Diff line change 237
237
thinbinvol ,
238
238
)
239
239
240
- __version__ = "0.5.0 "
240
+ __version__ = "0.5.1 "
241
241
__all__ = [
242
242
"advancefront" ,
243
243
"barycentricgrid" ,
Original file line number Diff line number Diff line change 6
6
setup (
7
7
name = "iso2mesh" ,
8
8
packages = ["iso2mesh" ],
9
- version = "0.5.0 " ,
9
+ version = "0.5.1 " ,
10
10
license = "GPLv3+" ,
11
11
description = "One-liner 3D Surface and Tetrahedral Mesh Generation Toolbox" ,
12
12
long_description = readme ,
You can’t perform that action at this time.
0 commit comments