From af636164a83b5c1f1356502124025dadc25b6224 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 23 Oct 2023 14:34:43 +0200 Subject: [PATCH] Version bump and update setup.py --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8db9546..7c58d24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fancy_gym" -version = "1.0.6" +version = "1.0.7" description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches." readme = "README.md" authors = [ diff --git a/setup.py b/setup.py index f11769c..09ea286 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def find_package_data(extensions_to_include: List[str]) -> List[str]: setup( author='Fabian Otto, Onur Celik, Dominik Roth, Hongyi Zhou', name='fancy_gym', - version='1.0', + version='1.0.7', classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Science/Research',