Skip to content

Commit

Permalink
Updated mc3 version to 3.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 30, 2024
1 parent 351b2c7 commit e8c0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# mc3 Version:
MC3_VER = 3 # Major version
MC3_MIN = 1 # Minor version
MC3_REV = 3 # Revision
MC3_REV = 4 # Revision

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

0 comments on commit e8c0f5e

Please sign in to comment.