Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
[RUNTIME] new release number
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentCtrl committed Mar 9, 2019
1 parent 02d4d00 commit b15e745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtimeUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
import json

__version__ = (1, 3, 1)
__version__ = (1, 4, 0)


class AutoIntEnum(IntEnum):
Expand Down

0 comments on commit b15e745

Please sign in to comment.