Skip to content

Commit

Permalink
Updated version to 3.2.0.
Browse files Browse the repository at this point in the history
From now on, mc3 is compatible with Numpy>=2.0.0 (but also older versions)
And requires Python>=3.9.
  • Loading branch information
pcubillos committed Jul 1, 2024
1 parent 6050ec3 commit de1a91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mc3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# mc3 Version:
MC3_VER = 3 # Major version
MC3_MIN = 1 # Minor version
MC3_REV = 5 # Revision
MC3_MIN = 2 # Minor version
MC3_REV = 0 # Revision

__version__ = f'{MC3_VER}.{MC3_MIN}.{MC3_REV}'

0 comments on commit de1a91b

Please sign in to comment.