mirror of https://github.com/KLayout/klayout.git
Updated version.sh to 0.26.2
This commit is contained in:
parent
33dff81452
commit
cda724b70e
|
|
@ -2,10 +2,10 @@
|
|||
# This script is sourced to define the main version parameters
|
||||
|
||||
# The main version
|
||||
KLAYOUT_VERSION="0.26.1"
|
||||
KLAYOUT_VERSION="0.26.2"
|
||||
|
||||
# The version used for PyPI (don't use variables here!)
|
||||
KLAYOUT_PYPI_VERSION="0.26.1r1"
|
||||
KLAYOUT_PYPI_VERSION="0.26.2"
|
||||
|
||||
# The build date
|
||||
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
|
||||
|
|
|
|||
Loading…
Reference in New Issue