From c3963fba7b55c281782d496050d2701ff848580c Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Wed, 8 Nov 2017 18:47:41 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b1e886..dc1e527 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="gh-license", - version="0.2.3", + version="0.2.4", author="Mte90", install_requires=open(os.path.join(BASE_DIR, "requirements.txt")).readlines(), license="GPLv3",