We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac0767 commit f2033f0Copy full SHA for f2033f0
1 file changed
setup.py
@@ -52,7 +52,7 @@ def read(*names, **kwargs):
52
setup(
53
name='pnumpy',
54
#version=get_git_version(), #'0.0.0',
55
- version=2.0.11,
+ version='2.0.11',
56
license='MIT',
57
description='Faster loops for NumPy using multithreading and other tricks',
58
long_description=long_description,
0 commit comments