File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented here.
44
55## [ Unreleased]
6+
7+ ## [ 1.1.1] - 2025-06-01
68### Added
79- Official support for Python 3.13.
810- Official support for NumPy 2.1 and NumPy 2.2.
@@ -194,7 +196,8 @@ All notable changes to this project will be documented here.
194196- Rudimentary test setup.
195197- Basic installation script.
196198
197- [ Unreleased ] : https://github.com/dranjan/python-plyfile/compare/v1.1...HEAD
199+ [ Unreleased ] : https://github.com/dranjan/python-plyfile/compare/v1.1.1...HEAD
200+ [ 1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.1...v1.1.1
198201[ 1.1 ] : https://github.com/dranjan/python-plyfile/compare/v1.0.3...v1.1
199202[ 1.0.3 ] : https://github.com/dranjan/python-plyfile/compare/v1.0.2...v1.0.3
200203[ 1.0.2 ] : https://github.com/dranjan/python-plyfile/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ lint = [
1818
1919[project ]
2020name = " plyfile"
21- version = " 1.1"
21+ version = " 1.1.1 "
2222description = " PLY file reader/writer"
2323authors = [
2424 {name = " Darsh Ranjan" , email = " dranjan@berkeley.edu" },
You can’t perform that action at this time.
0 commit comments