From b79fb3f87a66bd8674f8f7ac5b75c1d76586a28e Mon Sep 17 00:00:00 2001 From: WilliamLi Date: Fri, 16 Jun 2023 21:24:55 -0700 Subject: [PATCH] Implementation of the VROOM algorithm #33 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 724dfaa..493126d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'Wenjie Li' # The full version, including alpha/beta/rc tags -release = '0.2.4' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d9e49b2..4811b75 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = 'lil3549@purdue.edu' AUTHOR = 'Wenjie Li, Haoze Li, Qifan Song, Jean Honorio' REQUIRES_PYTHON = '>=3.6.0' -VERSION = '0.2.4' +VERSION = '0.3.0' # What packages are required for this module to be executed? REQUIRED = [