Skip to content

Commit

Permalink
✏️ set release to macsypy.__version__
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Dec 6, 2024
1 parent 0c1779e commit a1d3f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import sys
sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))

from macsypy import __version__ as msf_version

# -- Project information -----------------------------------------------------

Expand All @@ -24,7 +25,7 @@
author = u"Sophie Abby, Bertrand Néron"

# The full version, including alpha/beta/rc tags
release = '2.0'
release = msf_version


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit a1d3f44

Please sign in to comment.