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]