summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 040abcb..511d5d2 100644
--- a/setup.py
+++ b/setup.py
@@ -7,14 +7,14 @@
installation script
- :copyright: (c) 2013-2021 Jauhien Piatlicki and others
+ :copyright: (c) 2013-2023 Jauhien Piatlicki and others
:license: GPL-2, see LICENSE for more details.
"""
from distutils.core import setup
setup(name = 'gs-elpa',
- version = '0.2.1',
+ version = '0.2.2',
description = 'g-sorcery backend for elisp packages',
author = 'Jauhien Piatlicki',
author_email = 'jauhien@gentoo.org',