File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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]
4040dependencies = [
Original file line number Diff line number Diff line change 77coding guidelines to promote usability and interoperability with existing workflows.
88"""
99
10- __version__ = "0.3.0-dev "
10+ __version__ = "0.3.0"
You can’t perform that action at this time.
0 commit comments