Skip to content

Commit 2e050c1

Browse files
committed
v1.0
1 parent 36a0d4f commit 2e050c1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ message = bytes.fromhex(
104104
"f0ed0fdbeb1b48bb50fd71d832340ce024d5a0e21c0ebc8e0e")
105105
print(proto.message_verify(message))
106106
```
107-
> TBD
108107

109108
### Existing keys
110109

bin/upload_pypi.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#! /bin/sh
2+
SCRIPT_DIR=`dirname $0`
3+
twine upload ${SCRIPT_DIR}/../dist/ubirch-protocol-*.tar.gz

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ubirch-protocol",
8-
version="0.0.2",
8+
version="1.0.0",
99
author="Matthias L. Jugel",
1010
author_email="matthias.jugel@ubirch.com",
1111
description="A ubirch-protocol implementation for python.",

0 commit comments

Comments
 (0)