Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-11-11 10:55:45 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-11-11 10:55:45 +0300
commit6cfe48d6f1593f8fa5c0f90437f5e6522587745e (patch)
tree0197a003666f5fd44eb73d565aabe24ef8e11543 /extra
parentf2284796f4838c2806865b816c9a9adfe424c8ab (diff)
Publishing nanopb-0.4.8nanopb-0.4.80.4.8
Diffstat (limited to 'extra')
-rw-r--r--extra/poetry/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/poetry/pyproject.toml b/extra/poetry/pyproject.toml
index 90a079f..454b9af 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanopb"
-version = "0.4.8-dev"
+version = "0.4.8"
description = "Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system."
authors = ["Petteri Aimonen <jpa@npb.mail.kapsi.fi>"]
license = "Zlib"