commit: 02919e1a1d555630a286d9adc9230fcc229645a6 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 7 20:31:49 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 20:31:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=02919e1a
start work on 0.2.9 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 78012ff..326a099 100644 --- a/src/pkgdev/__init__.py +++ b/src/pkgdev/__init__.py @@ -1,2 +1,2 @@ __title__ = "pkgdev" -__version__ = "0.2.8" +__version__ = "0.2.9"
