summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:16:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:16:38 +0000
commit9c4b870e75ec43120e43968462515790e646de10 (patch)
treed8f80fcf7014fc01bd7f79a32e7e348aa68660ff /setup.py
parentReleasing debian version 0.16.2-2. (diff)
downloadgita-9c4b870e75ec43120e43968462515790e646de10.tar.xz
gita-9c4b870e75ec43120e43968462515790e646de10.zip
Merging upstream version 0.16.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 97f3223..71b23ec 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f:
setup(
name="gita",
packages=["gita"],
- version="0.16.2",
+ version="0.16.3",
license="MIT",
description="Manage multiple git repos with sanity",
long_description=long_description,