Skip to content

Commit

Permalink
update version to 1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
demisjohn committed Jan 18, 2020
1 parent 9da3f27 commit 30da33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASML_JobCreator/__version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
Demis D. John, Univ. of California Santa Barbara; Nanofabrication Facility; 2019
"""
version = '0.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.
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.

versiondate = "2019-12-10" # date this version number was updated
versiondate = "2020-01-18" # date this version number was updated

author = "Demis D. John, UCSB Nanofab"

0 comments on commit 30da33c

Please sign in to comment.