Skip to content

Commit

Permalink
Update wheels version
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 24, 2020
1 parent c2053fb commit ca7c76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/wheels/build_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def build_extension(self, ext):

setup(
name='smt-switch',
version='0.1',
version='0.2.0',
author='Makai Mann',
ext_modules=[CMakeExtension('smt-switch')],
cmdclass=dict(build_ext=CMakeBuild),
Expand Down

0 comments on commit ca7c76f

Please sign in to comment.