Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraphic authored Dec 8, 2021
1 parent b491e79 commit 9050479
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 @@ -9,7 +9,7 @@
from setuptools import setup, find_packages, Extension


__version__ = "0.0.1"
__version__ = "0.0.2"


class get_pybind_include(object):
Expand Down Expand Up @@ -164,4 +164,4 @@ def build_extensions(self) -> None:
ext_modules=ext_modules,
cmdclass={"build_ext": BuildExt},
zip_safe=False,
)
)

0 comments on commit 9050479

Please sign in to comment.