summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-13 05:37:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-13 05:37:54 +0000
commited1e22b9d652ef3e01e56f227a359071f2a03b34 (patch)
tree50efa7d372c4750932e8b215b26294d19d99f34d /setup.py
parentAdding upstream version 0.16.3. (diff)
downloadgita-ed1e22b9d652ef3e01e56f227a359071f2a03b34.tar.xz
gita-ed1e22b9d652ef3e01e56f227a359071f2a03b34.zip
Adding upstream version 0.16.4.upstream/0.16.4
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 71b23ec..38653b3 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.3",
+ version="0.16.4",
license="MIT",
description="Manage multiple git repos with sanity",
long_description=long_description,