Skip to content

Commit

Permalink
Bumped MC3 version to 3.0.0 (no more pre-release, exclamation mark).
Browse files Browse the repository at this point in the history
Next merge fixes #116
  • Loading branch information
pcubillos committed Oct 16, 2019
1 parent dedea6e commit 1877d37
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 = 0 # Minor version
MC3_REV = '0rc2' # Revision
MC3_REV = 0 # Revision

__version__ = '{}.{}.{}'.format(MC3_VER, MC3_MIN, MC3_REV)

0 comments on commit 1877d37

Please sign in to comment.