From 9af42112b6ea1dfff686e0f5237c68c91e3b1d10 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 24 Jun 2023 10:37:35 +0200 Subject: [PATCH] Version bump (made very breaking changes) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92e0d72..a38fb77 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', name='fancy_gym', - version='0.3', + version='0.4', classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Science/Research',