Skip to content

Commit

Permalink
⬆️ set msf version
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Aug 5, 2024
1 parent 8723ca5 commit 2398d5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions macsypy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@
and functions to intialize the logger uses by entrypoints
"""
import logging
from time import strftime, localtime
import sys
import os
import subprocess

from typing import Literal


__version__ = f'{strftime("%Y%m%d", localtime())}.dev'
__version__ = '2.1.4'


__citation__ = """Néron, Bertrand; Denise, Rémi; Coluzzi, Charles; Touchon, Marie; Rocha, Eduardo P.C.; Abby, Sophie S.
Expand Down

0 comments on commit 2398d5b

Please sign in to comment.