From 9aa8a02a92bd9f465dd3fe6f6884c3f95ef88854 Mon Sep 17 00:00:00 2001 From: Ory Jonay Date: Fri, 26 Feb 2021 18:19:19 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 13fdaa7..bceecc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True @@ -21,7 +21,7 @@ docs = Sphinx; sphinx-rtd-theme integration = stable-baselines[mpi]; stable-baselines3[extra]; tensorflow<=1.15.2; ray[rllib] [options.entry_points] -console_scripts = +console_scripts = create-csv-cache=oddsgym.utils.csv_downloader:main [bumpversion:file:setup.cfg]