We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6a989 commit f5aa957Copy full SHA for f5aa957
glaes/__init__.py
@@ -1,6 +1,6 @@
1
"""The Geospatial Land Availability for Energy Systems (GLAES) model is intended for land eligbility analysis in any context"""
2
3
-__version__ = "1.2.2"
+__version__ = "1.3.0"
4
5
from .core import util
6
from .core.priors import Priors
setup.py
@@ -2,7 +2,7 @@
setup(
name="glaes",
- version="1.2.2",
+ version="1.3.0",
author="GLAES Developer Team",
7
url="https://github.com/FZJ-IEK3-VSA/glaes",
8
packages=find_packages(),
0 commit comments