Skip to content

Commit e0bba9c

Browse files
committed
release v0.3
1 parent b18991a commit e0bba9c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The rules for CHANGELOG file:
1111

1212
.. inclusion-marker-changelog-start
1313

14-
0.3.0 (XXXX/XX/XX)
14+
0.3.0 (2025/06/12)
1515
------------------
1616
- Add ``_BasePCov`` class (#248)
1717
- Add ``PCovC`` class that inherits shared functionality from ``_BasePCov`` (#248)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ classifiers = [
3131
"Operating System :: MacOS :: MacOS X",
3232
"Operating System :: Microsoft :: Windows",
3333
"Programming Language :: Python :: 3",
34-
"Programming Language :: Python :: 3.9",
3534
"Programming Language :: Python :: 3.10",
3635
"Programming Language :: Python :: 3.11",
3736
"Programming Language :: Python :: 3.12",
37+
"Programming Language :: Python :: 3.13",
3838
"Topic :: Scientific/Engineering",
3939
]
4040
dependencies = [

src/skmatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
coding guidelines to promote usability and interoperability with existing workflows.
88
"""
99

10-
__version__ = "0.3.0-dev"
10+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)