summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 18eb487e3..57eaaa07c 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 1998-2021 Gentoo Authors
+# Copyright 1998-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
try:
@@ -817,7 +817,7 @@ def get_data_files(regular_files, venv_files):
setup(
name="portage",
- version="3.0.33",
+ version="3.0.34",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",