Skip to content

Commit 071e2ba

Browse files
committed
Bump version
1 parent 2ca0553 commit 071e2ba

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented here.
44

5-
## [Unreleased]
5+
## [1.1.3] - 2025-10-21
66
### Changed
77
- Skip empty header lines to improve interoperability. Thanks to @JTvD
88
for the change.
@@ -203,9 +203,10 @@ All notable changes to this project will be documented here.
203203
- Rudimentary test setup.
204204
- Basic installation script.
205205

206-
[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.1.2...HEAD
207-
[1.1]: https://github.com/dranjan/python-plyfile/compare/v1.1.1...v1.1.2
208-
[1.1]: https://github.com/dranjan/python-plyfile/compare/v1.1...v1.1.1
206+
[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.1.3...HEAD
207+
[1.1.3]: https://github.com/dranjan/python-plyfile/compare/v1.1.2...v1.1.3
208+
[1.1.2]: https://github.com/dranjan/python-plyfile/compare/v1.1.1...v1.1.2
209+
[1.1.1]: https://github.com/dranjan/python-plyfile/compare/v1.1...v1.1.1
209210
[1.1]: https://github.com/dranjan/python-plyfile/compare/v1.0.3...v1.1
210211
[1.0.3]: https://github.com/dranjan/python-plyfile/compare/v1.0.2...v1.0.3
211212
[1.0.2]: https://github.com/dranjan/python-plyfile/compare/v1.0.1...v1.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lint = [
1818

1919
[project]
2020
name = "plyfile"
21-
version = "1.1.2"
21+
version = "1.1.3"
2222
description = "PLY file reader/writer"
2323
authors = [
2424
{name = "Darsh Ranjan", email = "dranjan@berkeley.edu"},

0 commit comments

Comments
 (0)