aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-12-14 09:51:26 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-12-14 09:51:32 +0200
commita2738568dee7c192cc2836bbd27cd7721e39230a (patch)
treecaeb585243b25c39a8cb554726d5391ae56e38bc
parent1c642695e95acd1371efadae7f5728eab006b430 (diff)
downloadnanopb-c-a2738568dee7c192cc2836bbd27cd7721e39230a.tar.gz
Eh, removed wrong release on PyPI..
-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 42fdfea..31b0720 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanopb"
-version = "0.3.9.4.post2"
+version = "0.3.9.4.post3"
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"