Skip to content

Commit bf80d09

Browse files
committed
Release 0.3.13.0
1 parent 3153e50 commit bf80d09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "pypnm-docsis-cmts"
9-
version = "0.3.12.0"
9+
version = "0.3.13.0"
1010
description = "DOCSIS CMTS tools built on the PyPNM toolkit"
1111
readme = "README.md"
1212
requires-python = ">=3.10"

src/pypnm_cmts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
__all__ = ["__version__"]
77

88
# MAJOR.MINOR.MAINTENANCE.BUILD
9-
__version__: str = "0.3.12.0"
9+
__version__: str = "0.3.13.0"

0 commit comments

Comments
 (0)