diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3880753..3521c39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,3 @@ build-job:       # This job runs in the build stage, which runs first.
     - echo "Compile complete."
     - twine upload dist/*
     - echo "Upload complete."
-  # cache: {}
-  # only:
-  #       - tags
\ No newline at end of file
diff --git a/setup.py b/setup.py
index f7c2889..7b8f847 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.5',
+      version='0.0.6',
       description='A framework to research MARL agents in various setings.',
       author='Steffen Illium',
       author_email='steffen.illium@ifi.lmu.de',
@@ -18,8 +18,7 @@ setup(name='Marl-Factory-Grid',
             'simulation',
             'emergence',
             'gymnasium',
-            'environment',
-
+            'environment'
       ],
       classifiers=[
             'Development Status :: 4 - Beta',