From a906b0c5cb01b918a8350c7353a525fff4630950 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Tue, 15 Oct 2024 06:46:22 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.78=20=E2=86=92=200.1.79?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- VERSION | 2 +- src/hidive/Cargo.toml | 2 +- src/pydive/Cargo.toml | 2 +- src/skydive/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0c700774..9048612b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.78 +current_version = 0.1.79 commit = True tag = True tag_name = {new_version} @@ -18,4 +18,4 @@ replace = version = "{new_version}" [bumpversion:file:src/skydive/Cargo.toml] search = version = "{current_version}" -replace = version = "{new_version}" \ No newline at end of file +replace = version = "{new_version}" diff --git a/VERSION b/VERSION index 779ea79f..281d86c4 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -version=0.1.78 +version=0.1.79 diff --git a/src/hidive/Cargo.toml b/src/hidive/Cargo.toml index a39dd78c..e2a69454 100644 --- a/src/hidive/Cargo.toml +++ b/src/hidive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hidive" -version = "0.1.78" +version = "0.1.79" edition = "2021" resolver = "2" diff --git a/src/pydive/Cargo.toml b/src/pydive/Cargo.toml index c9d99d74..503f3564 100644 --- a/src/pydive/Cargo.toml +++ b/src/pydive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydive" -version = "0.1.78" +version = "0.1.79" edition = "2021" resolver = "2" diff --git a/src/skydive/Cargo.toml b/src/skydive/Cargo.toml index db99ec78..d9a2c9ed 100644 --- a/src/skydive/Cargo.toml +++ b/src/skydive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skydive" -version = "0.1.78" +version = "0.1.79" edition = "2021" resolver = "2"