File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3838 uv run sphinx-build -b linkcheck -d doc/_build/doctrees doc doc/_build/linkcheck
3939
4040dist : clean
41+ uv sync --all-extras
4142 uv build
4243 ls -lh dist/*
4344 uv run twine check dist/*
45+ @echo " The built packages are valid and can be uploaded successfully"
4446
4547release : dist
4648 uv publish
Original file line number Diff line number Diff line change 3737 graphs .Graph .plot .__func__ .__doc__ = plotting ._plot_graph .__doc__
3838 graphs .Graph .plot_spectrogram .__func__ .__doc__ = plotting ._plot_spectrogram .__doc__
3939
40- __version__ = "0.6.0 "
40+ __version__ = "0.6.1 "
4141__release_date__ = "2025-09-11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " PyGSP"
7- version = " 0.6.0 "
7+ version = " 0.6.1 "
88description = " Graph Signal Processing in Python"
99readme = " README.rst"
1010requires-python = " >=3.8"
@@ -32,6 +32,7 @@ classifiers = [
3232 " Programming Language :: Python :: 3.10" ,
3333 " Programming Language :: Python :: 3.11" ,
3434 " Programming Language :: Python :: 3.12" ,
35+ " Programming Language :: Python :: 3.13" ,
3536]
3637
3738dependencies = [
You can’t perform that action at this time.
0 commit comments