Skip to content

Commit f5aa957

Browse files
committed
update version
1 parent fb6a989 commit f5aa957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

glaes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The Geospatial Land Availability for Energy Systems (GLAES) model is intended for land eligbility analysis in any context"""
22

3-
__version__ = "1.2.2"
3+
__version__ = "1.3.0"
44

55
from .core import util
66
from .core.priors import Priors

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="glaes",
5-
version="1.2.2",
5+
version="1.3.0",
66
author="GLAES Developer Team",
77
url="https://github.com/FZJ-IEK3-VSA/glaes",
88
packages=find_packages(),

0 commit comments

Comments
 (0)