Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anxuae committed Oct 30, 2019
1 parent 5a44be9 commit ac46f34
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 @@ -4,8 +4,8 @@
Distribute python modules/packages as binary files (compilation based on Cython)
"""

import platform
import sys
import platform
from fnmatch import fnmatchcase
from distutils import log
from distutils.dist import Distribution
Expand All @@ -22,7 +22,7 @@
from Cython.Compiler import Options as cython_options


__version__ = "1.0.3"
__version__ = "1.0.4"


class CythonizeBuild(build, object): # 'object' inheritance permits @property usage
Expand Down

0 comments on commit ac46f34

Please sign in to comment.