diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:16:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:16:33 +0000 |
commit | 6ce7ea1e9831816db33e8b5f4ec35135238e6f76 (patch) | |
tree | 242691315818f756792d2310e2a6315a0cbcf7c6 /setup.py | |
parent | Adding upstream version 0.16.2. (diff) | |
download | gita-6ce7ea1e9831816db33e8b5f4ec35135238e6f76.tar.xz gita-6ce7ea1e9831816db33e8b5f4ec35135238e6f76.zip |
Adding upstream version 0.16.3.upstream/0.16.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |