We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e757d47 commit 97cc18bCopy full SHA for 97cc18b
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, Extension
2
3
NAME = 'dartsclone'
4
-VERSION = '0.10.1'
+VERSION = '0.10.2'
5
EXTENSIONS = [
6
Extension(
7
'{0}._{0}'.format(NAME),
0 commit comments