Skip to content

Commit

Permalink
⬆️ bump MSF version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Apr 5, 2023
1 parent 6dc1461 commit 1cef21d
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,10 +26,9 @@
and functions to intialize the logger uses by entrypoints
"""

from time import strftime, localtime
import sys

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


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

0 comments on commit 1cef21d

Please sign in to comment.