Skip to content

Commit

Permalink
Bumped version to 0.2 and pushd to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gartland committed Jul 10, 2020
1 parent 376c4f7 commit 894e92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pwseqdist/tests/test_numba_distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def get_kwargs_str(kwargs):
return kwargs_str

if __name__ == '__main__':
test_nb_pw_rect()
#test_nb_pw_rect()
#test_benchmark_running(rapid_test=True)
#test_benchmark_metrics(rapid_test=True)
#test_benchmark_pairwise_rect(rapid_test=True)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
license='MIT',
author='Andrew Fiore-Gartland',
author_email='[email protected]',
version='0.1.3',
version='0.2',
packages=PACKAGES
)

Expand Down

0 comments on commit 894e92d

Please sign in to comment.