We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df9e1e commit 046fb9aCopy full SHA for 046fb9a
compiler/bitproto/__init__.py
@@ -4,9 +4,9 @@
4
5
Bit level data interchange format.
6
7
-:copyright: (c) 2020 by Chao Wang <hit9@icloud.com>.
+:copyright: (c) 2020~2022 by Chao Wang <hit9@icloud.com>.
8
9
"""
10
11
-__version__ = "0.4.6"
+__version__ = "1.0.0"
12
__description__ = "bit level data interchange format."
lib/py/setup.py
@@ -2,7 +2,7 @@
2
3
setup(
name="bitprotolib",
- version="0.1.2",
+ version="1.0.0",
url="https://github.com/hit9/bitproto",
author="Chao Wang",
author_email="hit9@icloud.com",
0 commit comments