From e24d93e9bd0e159bcb4a33867db3bbe294c7a1f6 Mon Sep 17 00:00:00 2001 From: Anurag Koul Date: Thu, 10 Jun 2021 12:01:23 -0700 Subject: [PATCH] chore: bump version - version includes small fixes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7270766..2624ef2 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ extras['all'] = [item for group in extras.values() for item in group] setup(name='ma_gym', - version='0.0.5', + version='0.0.6', description='A collection of multi agent environments based on OpenAI gym.', long_description_content_type='text/markdown', long_description=open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), encoding='utf-8').read(),