Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed May 29, 2023
1 parent b1b175b commit bac1ee6
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.13',
version='0.0.14',
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 bac1ee6

Please sign in to comment.