commit: 12029d20544f48b12956eef71925912f8693b332 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 10 15:00:22 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 15:00:22 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=12029d20
start work on 0.2.10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/pkgdev/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgdev/__init__.py b/src/pkgdev/__init__.py index 326a099..35f1fd2 100644 --- a/src/pkgdev/__init__.py +++ b/src/pkgdev/__init__.py @@ -1,2 +1,2 @@ __title__ = "pkgdev" -__version__ = "0.2.9" +__version__ = "0.2.10"
