Skip to content

Commit f2033f0

Browse files
authored
Update setup.py
1 parent 1ac0767 commit f2033f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def read(*names, **kwargs):
5252
setup(
5353
name='pnumpy',
5454
#version=get_git_version(), #'0.0.0',
55-
version=2.0.11,
55+
version='2.0.11',
5656
license='MIT',
5757
description='Faster loops for NumPy using multithreading and other tricks',
5858
long_description=long_description,

0 commit comments

Comments
 (0)