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-06-23 15:20:15 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-06-23 15:20:15 +0300
commite6824871fb3efca722982210cb48e1c0384cb518 (patch)
tree59c996be683593c83eb76bc7ce662433f294f7d5 /extra
parentdf0e92f474f9cca704fe2b31483f0b4d1b1715a4 (diff)
Setting version to 0.4.3-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 75d0d47..29d1282 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanopb"
-version = "0.4.2"
+version = "0.4.3-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"