Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/openalea/lpy_wralea/__wralea__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#from .lpy_nodes import WithLpyGui

__name__ = "openalea.l-py"
__version__ = '0.1.0'
__version__ = '1.0.0'
__license__ = 'CECILL-C'
__authors__ = 'Frederic Boudon'
__institutes__ = 'INRIA/CIRAD'
__description__ = "An L-system engine providing a python interface."
__url__ = 'http://openalea.gforge.inria.fr'
__url__ = 'https://lpy.readthedocs.io'
__alias__ = ['vplants.l-py']

__all__ = []
Expand Down
Loading