From 11a46889d9cdccd4c21524e89d141b2a118f1315 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 29 Oct 2023 14:11:47 +0100 Subject: [PATCH] Decrement version (we will start with 01.0 on PyPI) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c58d24..c1be41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fancy_gym" -version = "1.0.7" +version = "0.1.0" 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 d55fefc..62b950c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,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.7', + version='0.1.0', classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Science/Research',