diff --git a/meson.build b/meson.build index 548628188a..95f9a295d7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('sched_ext schedulers', 'c', - version: '0.0.1', + version: '0.1.0', license: 'GPL-2.0') if meson.version().version_compare('<1.2') diff --git a/rust/scx_utils/Cargo.toml b/rust/scx_utils/Cargo.toml index 9e9f2719c3..a7566a9ad9 100644 --- a/rust/scx_utils/Cargo.toml +++ b/rust/scx_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scx_utils" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Tejun Heo "] license = "GPL-2.0"