Skip to content

Commit 5ab626e

Browse files
committed
chore: Release
1 parent e839656 commit 5ab626e

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.14"
3+
version = "0.3.15"
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.11"
5+
version = "0.2.12"
66
authors = ["Mathieu Tarral <[email protected]>"]
77
edition = "2018"
88
description = "Python bindings for libmicrovmi"

0 commit comments

Comments
 (0)