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 752b98d commit ffab23fCopy full SHA for ffab23f
changes.rst
@@ -1,5 +1,12 @@
1
.. currentmodule:: bitproto
2
3
+.. _version-0.4.5:
4
+
5
+Version 0.4.5
6
+-------------
7
8
+- Use Python IntEnum for enum generation (respecting backward compatibility) PR#41.
9
10
.. _version-0.4.4:
11
12
Version 0.4.4
compiler/bitproto/__init__.py
@@ -8,5 +8,5 @@
"""
-__version__ = "0.4.4"
+__version__ = "0.4.5"
__description__ = "bit level data interchange format."
lib/py/setup.py
@@ -2,7 +2,7 @@
setup(
name="bitprotolib",
- version="0.1.0",
+ version="0.1.1",
url="https://github.com/hit9/bitproto",
author="Chao Wang",
author_email="hit9@icloud.com",
0 commit comments