From ed9b9e62495a8ff0a0ffd76f665a8dc992640164 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Gravel Date: Mon, 13 May 2019 00:20:41 -0400 Subject: [PATCH] Bump to version 1.0.1 to re-load correct package to pypi.org --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8d1cd1..3c49f77 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( name="smugcli", - version="1.0.0", + version="1.0.1", author="Jean-Philippe Gravel", author_email="jpgravel@gmail.com", description="Command line tool for SmugMug",