Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitri committed Jan 21, 2021
1 parent 1ac0767 commit f2033f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def read(*names, **kwargs):
setup(
name='pnumpy',
#version=get_git_version(), #'0.0.0',
version=2.0.11,
version='2.0.11',
license='MIT',
description='Faster loops for NumPy using multithreading and other tricks',
long_description=long_description,
Expand Down

0 comments on commit f2033f0

Please sign in to comment.