Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Dec 22, 2023
1 parent 310f969 commit 386cfa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memflow-py"
version = "0.1.5"
version = "0.1.6"
authors = ["Dan Killinger <[email protected]>"]
edition = "2021"
keywords = ["memflow", "python"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "memflow"
version = "0.1.5"
version = "0.1.6"
authors = [{ name = "Dan Killinger", email = "[email protected]" }]
description = "Physical memory introspection framework"
readme = "README.md"
Expand Down

0 comments on commit 386cfa8

Please sign in to comment.