Skip to content

Commit 97cc18b

Browse files
authored
increment patch version
1 parent e757d47 commit 97cc18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22

33
NAME = 'dartsclone'
4-
VERSION = '0.10.1'
4+
VERSION = '0.10.2'
55
EXTENSIONS = [
66
Extension(
77
'{0}._{0}'.format(NAME),

0 commit comments

Comments
 (0)