commit: f52f7f4abdfb32bc57e31a13579cce084354c022 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat May 31 10:17:47 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat May 31 10:17:47 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=f52f7f4a
start work on 0.10.11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/snakeoil/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snakeoil/__init__.py b/src/snakeoil/__init__.py index 5d709e4..b176bdb 100644 --- a/src/snakeoil/__init__.py +++ b/src/snakeoil/__init__.py @@ -11,4 +11,4 @@ This library is a bit of a grabbag of the following: """ __title__ = "snakeoil" -__version__ = "0.10.10" +__version__ = "0.10.11"
