From cef7d450c790f423686c518db7ccfb35c28a95a7 Mon Sep 17 00:00:00 2001 From: Chee Yim Goh Date: Wed, 16 Jan 2019 22:15:18 +0800 Subject: [PATCH] update copyright and project name --- source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/conf.py b/source/conf.py index 383d7cd..bec3ba1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -19,14 +19,14 @@ # -- Project information ----------------------------------------------------- -project = 'Python For Beginners' -copyright = '2018, MARIMORE ENGINEERING SDN. BHD. (925539-H)' +project = 'The StudiMY Project - 102 Python For Beginners' +copyright = '2019, MARIMORE ENGINEERING SDN. BHD. (925539-H)' author = 'Chee Yim Goh' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '' +release = '1.0' # -- General configuration ---------------------------------------------------