Skip to content

Commit f7081ef

Browse files
committed
bump version
1 parent 285fecd commit f7081ef

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.4',
15+
version='0.0.5',
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)