Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Feb 15, 2021
1 parent 1e2516e commit e41e2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from pybind11.setup_helpers import Pybind11Extension

__version__ = "0.0.1"
__version__ = "0.0.2"

ext_modules = [
Pybind11Extension(
Expand Down

0 comments on commit e41e2ed

Please sign in to comment.