Skip to content

Commit e24d93e

Browse files
committed
chore: bump version
- version includes small fixes.
1 parent 0003b33 commit e24d93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
extras['all'] = [item for group in extras.values() for item in group]
1313

1414
setup(name='ma_gym',
15-
version='0.0.5',
15+
version='0.0.6',
1616
description='A collection of multi agent environments based on OpenAI gym.',
1717
long_description_content_type='text/markdown',
1818
long_description=open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), encoding='utf-8').read(),

0 commit comments

Comments
 (0)