From f9c15462a9b1901c6aae3d0dcd7341ea28b7c82e Mon Sep 17 00:00:00 2001 From: Darsh Ranjan Date: Sat, 6 Jan 2024 20:40:03 -0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea05f3..8a08cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented here. ## [Unreleased] + +## [1.0.3] - 2024-01-06 ### Fixed - Maintainers' documentation for publishing. @@ -165,7 +167,8 @@ All notable changes to this project will be documented here. - Rudimentary test setup. - Basic installation script. -[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.0.2...HEAD +[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/dranjan/python-plyfile/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/dranjan/python-plyfile/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/dranjan/python-plyfile/compare/v1.0...v1.0.1 [1.0]: https://github.com/dranjan/python-plyfile/compare/v0.9...v1.0 diff --git a/pyproject.toml b/pyproject.toml index 957a85d..4032aed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ lint = [ [project] name = "plyfile" -version = "1.0.2" +version = "1.0.3" description = "PLY file reader/writer" authors = [ {name = "Darsh Ranjan", email = "dranjan@berkeley.edu"},