From 386cfa84ca94c83ec8a290a7088e209fb3628886 Mon Sep 17 00:00:00 2001 From: mason <35282038+emesare@users.noreply.github.com> Date: Fri, 22 Dec 2023 01:19:57 +0000 Subject: [PATCH] Bump version --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20edf07..f092627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Install rust uses: dtolnay/rust-toolchain@master with: - toolchain: stable + toolchain: stable # TODO: Use rust-toolchain.toml components: rustfmt, clippy - name: Run clippy uses: actions-rs/clippy-check@v1 diff --git a/Cargo.toml b/Cargo.toml index d9cbe5f..94265a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memflow-py" -version = "0.1.5" +version = "0.1.6" authors = ["Dan Killinger "] edition = "2021" keywords = ["memflow", "python"] diff --git a/pyproject.toml b/pyproject.toml index f2247ab..d2e7fec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "memflow" -version = "0.1.5" +version = "0.1.6" authors = [{ name = "Dan Killinger", email = "git@dank.anonaddy.com" }] description = "Physical memory introspection framework" readme = "README.md"