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 44
55* ** Copyright** : (C) Qianqian Fang (2024-2025) <q.fang at neu.edu>
66* ** License** : GNU Public License V3 or later
7- * ** Version** : 0.5.0
7+ * ** Version** : 0.5.1
88* ** URL** : [ https://pypi.org/project/iso2mesh/ ] ( https://pypi.org/project/iso2mesh/ )
99* ** Homepage** : [ https://iso2mesh.sf.net ] ( https://iso2mesh.sf.net )
1010* ** Github** : [ https://github.com/NeuroJSON/pyiso2mesh ] ( https://github.com/NeuroJSON/pyiso2mesh )
Original file line number Diff line number Diff line change 237237 thinbinvol ,
238238)
239239
240- __version__ = "0.5.0 "
240+ __version__ = "0.5.1 "
241241__all__ = [
242242 "advancefront" ,
243243 "barycentricgrid" ,
Original file line number Diff line number Diff line change 66setup (
77 name = "iso2mesh" ,
88 packages = ["iso2mesh" ],
9- version = "0.5.0 " ,
9+ version = "0.5.1 " ,
1010 license = "GPLv3+" ,
1111 description = "One-liner 3D Surface and Tetrahedral Mesh Generation Toolbox" ,
1212 long_description = readme ,
You can’t perform that action at this time.
0 commit comments