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 f107d72 commit 0acb4adCopy full SHA for 0acb4ad
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = "1.20"
+VERSION = "1.21"
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