From d8a8eba6256e08b2a65788cafb8739aa72b1fa50 Mon Sep 17 00:00:00 2001 From: demis Date: Wed, 22 Jan 2020 07:06:59 -0800 Subject: [PATCH] version bump 1.1.0 --- ASML_JobCreator/__version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASML_JobCreator/__version.py b/ASML_JobCreator/__version.py index a259687..9d06d85 100644 --- a/ASML_JobCreator/__version.py +++ b/ASML_JobCreator/__version.py @@ -11,9 +11,9 @@ Demis D. John, Univ. of California Santa Barbara; Nanofabrication Facility; 2019 """ -version = '1.0.0' # version number. x.x.A for minor updates, before pushing to x.A version. A.x.x is for major changes that are significantly not backwards compatible. +version = '1.1.0' # version number. x.x.A for minor updates, before pushing to x.A version. A.x.x is for major changes that are significantly not backwards compatible. -versiondate = "2020-01-18" # date this version number was updated +versiondate = "2020-01-22" # date this version number was updated author = "Demis D. John, UCSB Nanofab"