Skip to content

Commit

Permalink
bump to 0.2.4
Browse files Browse the repository at this point in the history
after reverting the track of @yosefm all the tests pass and we can release and build new wheels for 0.2.4
  • Loading branch information
alexlib authored Mar 27, 2019
1 parent eb6b2c6 commit d94fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_bind/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def mk_ext(name, files):
package_data={
'optv': ['*.pxd', '*.c', '*.h'],
},
version='0.2.3',
version='0.2.4',
install_requires=[
'numpy==1.16.1',
'pyyaml',
Expand Down

0 comments on commit d94fb90

Please sign in to comment.