We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8471450 commit 673596eCopy full SHA for 673596e
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = "1.16"
+VERSION = "1.17"
4
DESCRIPTION = "CLI for downloading all repositories from a specified user."
5
with open("README.md", "r") as file:
6
LONG_DESCRIPTION = file.read()
0 commit comments