Skip to content

Commit ffab23f

Browse files
committed
Bump version 0.4.5
1 parent 752b98d commit ffab23f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
.. currentmodule:: bitproto
22

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+
310
.. _version-0.4.4:
411

512
Version 0.4.4

compiler/bitproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
99
"""
1010

11-
__version__ = "0.4.4"
11+
__version__ = "0.4.5"
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.0",
5+
version="0.1.1",
66
url="https://github.com/hit9/bitproto",
77
author="Chao Wang",
88
author_email="hit9@icloud.com",

0 commit comments

Comments
 (0)