Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
anxuae committed Aug 8, 2022
1 parent 62668c4 commit 82d74a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuptools_cythonize.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from Cython.Distutils import Extension


__version__ = "1.0.6"
__version__ = "1.0.7"


class CythonizeBuild(build, object): # 'object' inheritance permits @property usage
Expand Down Expand Up @@ -169,7 +169,7 @@ def set_default_wheel_format(cls):
# For backward compatibility with older distutils (stdlib)
cls.format_command['wheel'] = ('bdist_wheel', "Python .whl file")
cls.format_commands.append('wheel')

for keyos in cls.default_format:
cls.default_format[keyos] = 'wheel'

Expand Down

0 comments on commit 82d74a9

Please sign in to comment.