From b30a150f368a675a420b3b08207186028086e258 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Fri, 24 May 2024 10:21:05 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2017.0.1=20=E2=86=92=2017.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- tutorcodejail/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index af88507..180670c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 17.0.1 +current_version = 17.0.2 commit = True tag = True diff --git a/tutorcodejail/__about__.py b/tutorcodejail/__about__.py index 4a04a60..ca658f8 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__ = "17.0.1" +__version__ = "17.0.2"