diff --git a/Cargo.toml b/Cargo.toml index 8535d1d3..51bf066d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microvmi" -version = "0.3.7" +version = "0.3.8" authors = ["Mathieu Tarral "] edition = "2018" description = "A cross-platform, unified, low-level VM introspection API supporting multiple hypervisors" diff --git a/python/Cargo.toml b/python/Cargo.toml index a868914d..3d51ea2a 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -2,7 +2,7 @@ name = "pymicrovmi" # note "pymicrovmi" is just a conflict free name for Cargo # the Python package is named "microvmi" (setup.py) -version = "0.2.6" +version = "0.2.7" authors = ["Mathieu Tarral "] edition = "2018" description = "Python bindings for libmicrovmi"