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
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 20:30:35 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 20:30:35 +0300
commitafc499f9a410fc9bbf6c9c48cdd8d8b199d49eb4 (patch)
treea0e54e9fe89eb1b42ee0931bec5d39570efc6ed7 /conanfile.py
parent2d48328c1919f990de6ab301fcfcae208dd398b6 (diff)
Publishing nanopb-0.4.6nanopb-0.4.60.4.6.40.4.6
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index be03ed4..93211f2 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -3,7 +3,7 @@ from os import path
class NanoPbConan(ConanFile):
name = "nanopb"
- version = "0.4.6-dev"
+ version = "0.4.6"
license = "zlib"
url = "https://jpa.kapsi.fi/nanopb/"
description = "Protocol Buffers with small code size"