Skip to content

Commit 3d4a49c

Browse files
committed
Bump versions to 0.2
1 parent 1d56350 commit 3d4a49c

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed

Cargo.lock

Lines changed: 33 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memflow-py"
3-
version = "0.1.6"
3+
version = "0.2.0"
44
authors = ["Dan Killinger <git@dank.anonaddy.com>"]
55
edition = "2021"
66
keywords = ["memflow", "python"]
@@ -19,7 +19,7 @@ pyo3 = { version = "0.20", features = [
1919
"macros",
2020
] }
2121
pyo3-log = "0.9"
22-
memflow = { version = "=0.2.0-beta11", features = ["plugins", "dummy_mem"] }
22+
memflow = { version = "0.2", features = ["plugins", "dummy_mem"] }
2323
cglue = "0.2"
2424
thiserror = "1.0"
2525
indexmap = "2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "memflow"
3-
version = "0.1.6"
3+
version = "0.2.0"
44
authors = [{ name = "Dan Killinger", email = "git@dank.anonaddy.com" }]
55
description = "Physical memory introspection framework"
66
readme = "README.md"

0 commit comments

Comments
 (0)