diff --git a/.gitignore b/.gitignore index 3e8be67..b0f4fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -553,7 +553,6 @@ celerybeat.pid *.sage.py # Environments -# .environment .env/ .venv/ env/ diff --git a/setup.py b/setup.py index 4cc8313..60ab265 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = (this_directory / "README.md").read_text() setup(name='Marl-Factory-Grid', - version='0.0.6', + version='0.0.7', description='A framework to research MARL agents in various setings.', author='Steffen Illium', author_email='steffen.illium@ifi.lmu.de',