We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcff97 commit 3c52749Copy full SHA for 3c52749
meson.build
@@ -3,7 +3,7 @@
3
project(
4
'python-lxns',
5
'c',
6
- version : '0.0.alpha2',
+ version : '0.1.0',
7
)
8
9
python_mod = import('python')
pyproject.toml
@@ -2,7 +2,7 @@
2
# SPDX-FileCopyrightText: 2023 igo95862
[project]
name = "lxns"
-version = "0.0.alpha3"
+version = "0.1.0"
description = "Python library to interact with Linux kernel namespaces."
readme = "README.md"
license = {text = "MPL-2.0"}
0 commit comments