Version bump and update setup.py

This commit is contained in:
Dominik Moritz Roth 2023-10-23 14:34:43 +02:00
parent d138c3c1f1
commit af636164a8
2 changed files with 2 additions and 2 deletions

View File

@ -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 = [

View File

@ -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',