Skip to content

Commit

Permalink
Use MAJOR.MINOR.PATCH version in Python module too
Browse files Browse the repository at this point in the history
  • Loading branch information
janberges committed Nov 29, 2024
1 parent 7464de2 commit f280f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebmb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"""Wrapper and auxiliary functions for Eliashberg solver ebmb"""

__version__ = '2024.2'
__version__ = '2.0.0'

import itertools
import numpy as np
Expand Down

0 comments on commit f280f6b

Please sign in to comment.