Skip to content

Commit e842294

Browse files
committed
Release v0.1.43.0
1 parent 4cb1989 commit e842294

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.1.42.0"
9+
version = "0.1.43.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.1.42.0"
9+
__version__: str = "0.1.43.0"

0 commit comments

Comments
 (0)