Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skogler committed Jul 31, 2024
1 parent 64a6539 commit 2ac35f6
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 @@ -4,7 +4,7 @@
from pybind11.setup_helpers import Pybind11Extension, build_ext

FILE_DIR = os.path.dirname(os.path.abspath(__file__))
VERSION = '1.0.1'
VERSION = '1.0.2'

ext_modules = [
Pybind11Extension('mapbox_earcut',
Expand Down

0 comments on commit 2ac35f6

Please sign in to comment.