From 984030d7c8d8577684a8dbd3bb3eb83682237722 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Fri, 14 Dec 2018 15:51:43 -0800 Subject: [PATCH] Use standard major, minor, patch version notation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19d6ed3..e9eee35 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def package_data(pkg, roots): setup( name='xblock-platform-tour', - version='1.0', + version='1.0.0', description=('This xblock makes it easy for instructors to build a custom tour' ' of the platform and their specific course.'), license='AGPL v3',