Skip to content

Commit

Permalink
Fixing version files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien Besnier committed Jan 26, 2024
1 parent f570ef0 commit f862653
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/openalea/phenomenal/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# {{pkglts version,
# -*- coding: utf-8 -*-

major = 1
minor = 9
post = 2

__version__ = ".".join([str(s) for s in (major, minor, post)])
# }}

0 comments on commit f862653

Please sign in to comment.