Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dranjan committed Nov 13, 2023
1 parent 4274688 commit f5862da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented here.

## [Unreleased]

## [1.0.2] - 2023-11-13
### Added
- Official support for Python 3.12 and `numpy` 1.26.

Expand Down Expand Up @@ -161,7 +163,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.1...HEAD
[Unreleased]: https://github.com/dranjan/python-plyfile/compare/v1.0.2...HEAD
[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
[0.9]: https://github.com/dranjan/python-plyfile/compare/v0.8.1...v0.9
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lint = [

[project]
name = "plyfile"
version = "1.0.1"
version = "1.0.2"
description = "PLY file reader/writer"
authors = [
{name = "Darsh Ranjan", email = "[email protected]"},
Expand Down

0 comments on commit f5862da

Please sign in to comment.