From af97cae4a4f314a9b0c842a71155e8405165ef77 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Sun, 18 Dec 2016 13:11:07 -0600 Subject: [PATCH] This is version 0.5.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c15a1f7..ae7173d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name = "ghp-import", - version = "0.5.3", + version = "0.5.4", description = "Copy your docs directly to the gh-pages branch.", long_description = LONG_DESC, author = "Paul Joseph Davis",