Skip to content

Commit 6e5dead

Browse files
committed
Bump version: 1.0.14 → 1.0.15
1 parent 2ffca0f commit 6e5dead

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.14
2+
current_version = 1.0.15
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 = "mbn._lib" # was python_mbn
99

1010
[project]
1111
name = "mbn" #was python_mbn
12-
version = "1.0.14"
12+
version = "1.0.15"
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 = "mbn"
3-
version = "1.0.14"
3+
version = "1.0.15"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)