Skip to content

Commit 3c52749

Browse files
committed
Version 0.1.0
1 parent 8fcff97 commit 3c52749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
project(
44
'python-lxns',
55
'c',
6-
version : '0.0.alpha2',
6+
version : '0.1.0',
77
)
88

99
python_mod = import('python')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2023 igo95862
33
[project]
44
name = "lxns"
5-
version = "0.0.alpha3"
5+
version = "0.1.0"
66
description = "Python library to interact with Linux kernel namespaces."
77
readme = "README.md"
88
license = {text = "MPL-2.0"}

0 commit comments

Comments
 (0)