Skip to content

Commit 6a71ad8

Browse files
committed
Update metadata
This was an oversight. It should have been incorporated into the last release.
1 parent 7c8613c commit 6a71ad8

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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+
### Changed
7+
- Minor metadata updates.
68

79
## [1.1.1] - 2025-06-01
810
### Added

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44
project = 'plyfile'
5-
copyright = '2014-2023, Darsh Ranjan and plyfile authors'
5+
copyright = '2014-2025, Darsh Ranjan and plyfile authors'
66
author = 'Darsh Ranjan'
77
extensions = [
88
'sphinx.ext.autodoc',

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ api.md
2424

2525
## License
2626

27-
Copyright 2014-2023 Darsh Ranjan and `plyfile` authors.
27+
Copyright 2014-2025 Darsh Ranjan and `plyfile` authors.
2828

2929
This software is released under the terms of the GNU General Public
3030
License, version 3. See the file `COPYING` for details.

plyfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2023 Darsh Ranjan and plyfile authors.
1+
# Copyright 2014-2025 Darsh Ranjan and plyfile authors.
22
#
33
# This file is part of python-plyfile.
44
#

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.10",
3838
"Programming Language :: Python :: 3.11",
3939
"Programming Language :: Python :: 3.12",
40+
"Programming Language :: Python :: 3.13",
4041
"Topic :: Scientific/Engineering",
4142
]
4243

0 commit comments

Comments
 (0)