laforge has submitted this change. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/38191?usp=email )
Change subject: bump version to 0.0.3 (mostly for the total_len build_contruct fix) ......................................................................
bump version to 0.0.3 (mostly for the total_len build_contruct fix)
Change-Id: Ib0b0e3cdb7fe31a78166d7573ba70b8ac42bf37a --- M pyproject.toml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/pyproject.toml b/pyproject.toml index 86aa4b3..2d40848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@
[project] name = "pyosmocom" -version = "0.0.2" +version = "0.0.3" dependencies = [ "gsm0338", "construct >= 2.9.51"