From 8cf308b79607c6e407819be6ed2e8d6418472059 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Tue, 18 Dec 2018 13:44:31 -0800 Subject: [PATCH] Push version to 1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f034420..f1114dd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def package_data(pkg, roots): setup( name='xblock-platform-tour', - version='1.0.1', + version='1.0.2', description=('This xblock makes it easy for instructors to build a custom tour' ' of the platform and their specific course.'), license='AGPL v3',