Skip to content

Commit

Permalink
Bump versions to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Dec 26, 2023
1 parent 1d56350 commit 3d4a49c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 26 deletions.
56 changes: 33 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memflow-py"
version = "0.1.6"
version = "0.2.0"
authors = ["Dan Killinger <[email protected]>"]
edition = "2021"
keywords = ["memflow", "python"]
Expand All @@ -19,7 +19,7 @@ pyo3 = { version = "0.20", features = [
"macros",
] }
pyo3-log = "0.9"
memflow = { version = "=0.2.0-beta11", features = ["plugins", "dummy_mem"] }
memflow = { version = "0.2", features = ["plugins", "dummy_mem"] }
cglue = "0.2"
thiserror = "1.0"
indexmap = "2.1"
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.6"
version = "0.2.0"
authors = [{ name = "Dan Killinger", email = "[email protected]" }]
description = "Physical memory introspection framework"
readme = "README.md"
Expand Down

0 comments on commit 3d4a49c

Please sign in to comment.