We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a0d4f commit 2e050c1Copy full SHA for 2e050c1
3 files changed
README.md
@@ -104,7 +104,6 @@ message = bytes.fromhex(
104
"f0ed0fdbeb1b48bb50fd71d832340ce024d5a0e21c0ebc8e0e")
105
print(proto.message_verify(message))
106
```
107
-> TBD
108
109
### Existing keys
110
bin/upload_pypi.sh
@@ -0,0 +1,3 @@
1
+#! /bin/sh
2
+SCRIPT_DIR=`dirname $0`
3
+twine upload ${SCRIPT_DIR}/../dist/ubirch-protocol-*.tar.gz
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="ubirch-protocol",
8
- version="0.0.2",
+ version="1.0.0",
9
author="Matthias L. Jugel",
10
author_email="matthias.jugel@ubirch.com",
11
description="A ubirch-protocol implementation for python.",
0 commit comments