Skip to content

Commit

Permalink
docs: update project metadata for release v2.13.0
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent LAPORTE <[email protected]>
  • Loading branch information
skamril and laurent-laporte-pro committed Mar 9, 2023
1 parent 4172422 commit f80f2d9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion antarest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
__version__ = "2.13.0"
"""
Antares Web
This module contains the project metadata.
"""
from pathlib import Path

# Standard project metadata

__version__ = "2.13.0"
__author__ = "RTE, Antares Web Team"
__date__ = "2023-03-09"
# noinspection SpellCheckingInspection
__credits__ = "(c) Réseau de Transport de l’Électricité (RTE)"

ROOT_DIR: Path = Path(__file__).resolve().parent

0 comments on commit f80f2d9

Please sign in to comment.