We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc3ad8 commit c3499e7Copy full SHA for c3499e7
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, Extension
2
3
NAME = 'dartsclone'
4
-VERSION = '0.10.0'
+VERSION = '0.10.1'
5
EXTENSIONS = [
6
Extension(
7
'{0}._{0}'.format(NAME),
0 commit comments