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>2020-11-25 16:20:41 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-25 16:20:41 +0300
commita05fa8b664ff5401d8ee3eb9301fb1d8f878ed2d (patch)
treedcdf1c8446a728ba11f4f2704fc0d77cb83acba7 /extra
parent2b48a361786dfb1f63d229840217a93aae064667 (diff)
Setting version to 0.4.5-dev
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 2cfed9b..e0f80c6 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanopb"
-version = "0.4.4"
+version = "0.4.5-dev"
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"