Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
masakistan authored Feb 5, 2020
1 parent 75b1da9 commit c0e0edd
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
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, Extension, find_packages
from setuptools.command.build_ext import build_ext

__version__ = '1.0.1'
__version__ = '1.0.2'

class CMakeExtension(Extension):
def __init__(self, name, sourcedir=''):
Expand Down

0 comments on commit c0e0edd

Please sign in to comment.