diff --git a/setup.cfg b/setup.cfg index ef3f576..d8b1df3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 14.1.0 +current_version = 15.1.0 commit = True tag = True diff --git a/tutorcodejail/__about__.py b/tutorcodejail/__about__.py index 68401b4..afa189a 100644 --- a/tutorcodejail/__about__.py +++ b/tutorcodejail/__about__.py @@ -1,2 +1,2 @@ """Helps you keep your cool when creating dozens of open edX and eduNEXT environments.""" -__version__ = "15.0.0" +__version__ = "15.1.0"