Skip to content

Commit cb15eac

Browse files
Version bump
1 parent f7bb072 commit cb15eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Emma/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class SUBPARSER_STRINGS:
2323

2424

2525
VERSION_MAJOR = "3"
26-
VERSION_MINOR = "1"
27-
VERSION_PATCH = "1"
26+
VERSION_MINOR = "2"
27+
VERSION_PATCH = "0"
2828
EMMA_VERSION = ".".join([VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH])
2929
EMMA_VISUALISER_VERSION = EMMA_VERSION
3030
EMMA_DELTAS_VERSION = EMMA_VERSION

0 commit comments

Comments
 (0)