Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
- version includes small fixes.
  • Loading branch information
koulanurag committed Jun 10, 2021
1 parent 0003b33 commit e24d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit e24d93e

Please sign in to comment.