Skip to content

Commit

Permalink
Push version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicibo committed May 5, 2023
1 parent 2968993 commit 8e512c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SUPer/__metadata__.py
Expand Up @@ -18,7 +18,7 @@

__MAJOR = 0
__MINOR = 1
__REVISION = 5
__REVISION = 6

__name__ = "SUPer"
__version__ = '.'.join(map(str, [__MAJOR, __MINOR, __REVISION]))
Expand Down

0 comments on commit 8e512c9

Please sign in to comment.