commit: a1d59d9abf89e1b302f4f133c4f463c8ce52741f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 20:02:27 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 20:02:27 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=a1d59d9a
start work on 0.2.4 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 9f3e50d..9f90c65 100644 --- a/src/pkgdev/__init__.py +++ b/src/pkgdev/__init__.py @@ -1,2 +1,2 @@ __title__ = 'pkgdev' -__version__ = '0.2.3' +__version__ = '0.2.4'
