We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3153e50 commit bf80d09Copy full SHA for bf80d09
2 files changed
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "pypnm-docsis-cmts"
9
-version = "0.3.12.0"
+version = "0.3.13.0"
10
description = "DOCSIS CMTS tools built on the PyPNM toolkit"
11
readme = "README.md"
12
requires-python = ">=3.10"
src/pypnm_cmts/version.py
@@ -6,4 +6,4 @@
__all__ = ["__version__"]
# MAJOR.MINOR.MAINTENANCE.BUILD
-__version__: str = "0.3.12.0"
+__version__: str = "0.3.13.0"
0 commit comments