diff --git a/Cargo.toml b/Cargo.toml index 69d95958..5062fac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microvmi" -version = "0.3.5" +version = "0.3.6" 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 e6fb8251..4676efa5 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.4" +version = "0.2.5" authors = ["Mathieu Tarral "] edition = "2018" description = "Python bindings for libmicrovmi"