Skip to content

Commit 9ea6674

Browse files
committed
chore: Release v0.3.16
1 parent d5a0270 commit 9ea6674

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "microvmi"
3-
version = "0.3.15"
3+
version = "0.3.16"
44
authors = ["Mathieu Tarral <[email protected]>"]
55
edition = "2018"
66
description = "A cross-platform, unified, low-level VM introspection API supporting multiple hypervisors"

python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pymicrovmi"
33
# note "pymicrovmi" is just a conflict free name for Cargo
44
# the Python package is named "microvmi" (setup.py)
5-
version = "0.2.12"
5+
version = "0.2.13"
66
authors = ["Mathieu Tarral <[email protected]>"]
77
edition = "2018"
88
description = "Python bindings for libmicrovmi"

0 commit comments

Comments
 (0)