Skip to content

Commit 41bece4

Browse files
committed
Bump version: 1.0.18 → 1.0.19
1 parent 8076ef1 commit 41bece4

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.18
2+
current_version = 1.0.19
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 = "mbe._lib"
99

1010
[project]
1111
name = "mbinary"
12-
version = "1.0.18"
12+
version = "1.0.19"
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.18"
3+
version = "1.0.19"
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)