commit:     231083e64a1b97548c695eb8a8f528e10fd1b81d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 14:58:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 14:58:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gentoopm.git/commit/?id=231083e6

Bump to 0.5.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 gentoopm/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoopm/__init__.py b/gentoopm/__init__.py
index ffa0057..3008171 100644
--- a/gentoopm/__init__.py
+++ b/gentoopm/__init__.py
@@ -1,11 +1,11 @@
 #!/usr/bin/python
 #      vim:fileencoding=utf-8
-# (c) 2011-2022 Michał Górny <[email protected]>
+# (c) 2011-2023 Michał Górny <[email protected]>
 # Released under the terms of the 2-clause BSD license.
 
 """Python wrapper for APIs of Gentoo package managers"""
 
-__version__ = "0.4"
+__version__ = "0.5.0"
 
 
 def get_package_manager():

Reply via email to