aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-12-14 09:48:41 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-12-14 09:48:41 +0200
commit1c642695e95acd1371efadae7f5728eab006b430 (patch)
tree398efcea1320d7d2188f4143b05857d4e7cac04b
parent29440cd9b9000a38ad6f6d91d1b9c7be1f7cd50c (diff)
downloadnanopb-c-1c642695e95acd1371efadae7f5728eab006b430.tar.gz
Further fix attempt for #461
-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 119970b..42fdfea 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanopb"
-version = "0.3.9.4"
+version = "0.3.9.4.post2"
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"