Skip to content

Commit

Permalink
Changed version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
NecRaul committed Jan 22, 2024
1 parent 14ff7bc commit 4b4b7ef
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.15"
VERSION = "1.16"
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 4b4b7ef

Please sign in to comment.