Skip to content

Commit

Permalink
increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
rixwew authored Apr 5, 2022
1 parent e757d47 commit 97cc18b
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
@@ -1,7 +1,7 @@
from setuptools import setup, Extension

NAME = 'dartsclone'
VERSION = '0.10.1'
VERSION = '0.10.2'
EXTENSIONS = [
Extension(
'{0}._{0}'.format(NAME),
Expand Down

0 comments on commit 97cc18b

Please sign in to comment.