Skip to content

Commit

Permalink
Changed version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
NecRaul committed Feb 24, 2024
1 parent 7528cb9 commit e4f3778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "1.20"
VERSION = "1.21"
DESCRIPTION = "CLI for downloading all gists from a specified user."
with open("README.md", "r") as file:
LONG_DESCRIPTION = file.read()
Expand Down

0 comments on commit e4f3778

Please sign in to comment.