From f0ddb5590d6ffea9fac8957061fa6ff6e7757c5d Mon Sep 17 00:00:00 2001 From: Darsh Ranjan Date: Sun, 4 Aug 2024 17:17:46 -0700 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 19460c1..4de279b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented here. ## [Unreleased] + +## [1.1] - 2024-08-04 ### Added - Official support for NumPy 2.0. - Support for write-through memory-mapping. Thanks to @nh2 and @@ -178,7 +180,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.3...HEAD +[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.1...HEAD +[1.1]: https://github.com/dranjan/python-plyfile/compare/v1.0.3...v1.1 [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 diff --git a/pyproject.toml b/pyproject.toml index d82a113..d3e5531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ lint = [ [project] name = "plyfile" -version = "1.0.3" +version = "1.1" description = "PLY file reader/writer" authors = [ {name = "Darsh Ranjan", email = "dranjan@berkeley.edu"},