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 ed98156 commit dfdd19cCopy full SHA for dfdd19c
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = "1.18"
+VERSION = "1.19"
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