Update PyCLBlast version number

pull/442/head
Cedric Nugteren 2022-09-22 22:09:21 +02:00
parent 0de212a56b
commit 521eee4bbf
2 changed files with 2 additions and 2 deletions

View File

@ -54,5 +54,5 @@ How to release a new version on PyPi
Following [the guide](https://packaging.python.org/tutorials/packaging-projects/), in essence doing (after changing the version number in `setup.py`):
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository pypi dist/pyclblast-1.3.1.tar.gz
python3 -m twine upload --repository pypi dist/pyclblast-1.3.2.tar.gz
# use '__token__' as username and supply the token from your PyPi account

View File

@ -30,7 +30,7 @@ ext_modules.append(
setup(
name="pyclblast",
version="1.3.1",
version="1.3.2",
author="Cedric Nugteren",
author_email="web@cedricnugteren.nl",
url="https://github.com/CNugteren/CLBlast/blob/master/src/pyclblast",