diff --git a/Cargo.toml b/Cargo.toml index f9ab8e02..03fc1170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microvmi" -version = "0.3.10" +version = "0.3.11" 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 f176169c..f7c49c1f 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.9" +version = "0.2.10" authors = ["Mathieu Tarral "] edition = "2018" description = "Python bindings for libmicrovmi"