Skip to content

Commit 7c8613c

Browse files
committed
Bump version
1 parent 79dbfd5 commit 7c8613c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All 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

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"
21+
version = "1.1.1"
2222
description = "PLY file reader/writer"
2323
authors = [
2424
{name = "Darsh Ranjan", email = "[email protected]"},

0 commit comments

Comments
 (0)