We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7318acb + 30beabd commit 377989cCopy full SHA for 377989c
src/openalea/lpy_wralea/__wralea__.py
@@ -2,12 +2,12 @@
2
#from .lpy_nodes import WithLpyGui
3
4
__name__ = "openalea.l-py"
5
-__version__ = '0.1.0'
+__version__ = '1.0.0'
6
__license__ = 'CECILL-C'
7
__authors__ = 'Frederic Boudon'
8
__institutes__ = 'INRIA/CIRAD'
9
__description__ = "An L-system engine providing a python interface."
10
-__url__ = 'http://openalea.gforge.inria.fr'
+__url__ = 'https://lpy.readthedocs.io'
11
__alias__ = ['vplants.l-py']
12
13
__all__ = []
0 commit comments