Skip to content

Commit 046fb9a

Browse files
committed
Bump v1.0.0
1 parent 0df9e1e commit 046fb9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compiler/bitproto/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
Bit level data interchange format.
66
7-
:copyright: (c) 2020 by Chao Wang <[email protected]>.
7+
:copyright: (c) 2020~2022 by Chao Wang <[email protected]>.
88
99
"""
1010

11-
__version__ = "0.4.6"
11+
__version__ = "1.0.0"
1212
__description__ = "bit level data interchange format."

lib/py/setup.py

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

33
setup(
44
name="bitprotolib",
5-
version="0.1.2",
5+
version="1.0.0",
66
url="https://github.com/hit9/bitproto",
77
author="Chao Wang",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)