summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-18 10:49:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-18 10:49:23 +0000
commita2a738495ed1b8602c67efc28827d993b1b47150 (patch)
tree67a4ab28374c2489f5cd30dbed4242ea80f0ee77 /setup.py
parentReleasing progress-linux version 0.16.5-1. (diff)
downloadgita-a2a738495ed1b8602c67efc28827d993b1b47150.tar.xz
gita-a2a738495ed1b8602c67efc28827d993b1b47150.zip
Merging upstream version 0.16.6.1.
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 d62cb5f..4950b49 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.5",
+ version="0.16.6",
license="MIT",
description="Manage multiple git repos with sanity",
long_description=long_description,