Skip to content

Commit 70768d8

Browse files
committed
Bump version: 1.0.28 → 1.0.29
1 parent afb6b3d commit 70768d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.28
2+
current_version = 1.0.29
33
commit = True
44
tag = True
55

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module-name = "mbinary._lib"
99

1010
[project]
1111
name = "mbinary"
12-
version = "1.0.28"
12+
version = "1.0.29"
1313
description = "A binary encoding library designed for efficient data storage and transportation in trading platforms."
1414
readme = "README.md"
1515
keywords = ["midas","binary-encoding", "protocol-buffers"]

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mbinary"
3-
version = "1.0.28"
3+
version = "1.0.29"
44
description = "A binary encoding library designed for efficient data storage and transportation in trading platforms."
55
readme = "README.md"
66
keywords = ["midas", "binary-encoding", "protocol-buffers"]

0 commit comments

Comments
 (0)