Skip to content

Commit

Permalink
minor bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannz committed Nov 25, 2021
1 parent c81b2b8 commit 4d22fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='python-plyr',
version='0.5',
version='0.5.2',
description="""Mapping tools for nested containers.""",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -22,7 +22,7 @@
], include_dirs=[
'src/include'
], extra_compile_args=[
'-O3', '-Ofast'
'-O3', '-Ofast', '--std=c++11'
], language='c++',
),
],
Expand Down

0 comments on commit 4d22fdf

Please sign in to comment.