Skip to content

Commit

Permalink
Merge pull request #402 from janden/py_versions
Browse files Browse the repository at this point in the history
Fix Python version numbers
  • Loading branch information
ahbarnett authored Dec 20, 2023
2 parents 83b39e7 + 18c14e8 commit 7e3538e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions python/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update cufinufft distribution helper
- Update cufinufft wheel builder tests (factor out into separate script)
2 changes: 1 addition & 1 deletion python/cufinufft/cufinufft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"nufft3d1", "nufft3d2",
"Plan"]

__version__ = '2.2.0.dev0'
__version__ = '2.2.0b0'
2 changes: 1 addition & 1 deletion python/cufinufft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# Python Package Setup
setup(
name='cufinufft',
version='2.2.0beta',
version='2.2.0b0',
author='Yu-shuan Melody Shih, Garrett Wright, Joakim Anden, Johannes Blaschke, Alex Barnett',
author_email='[email protected]',
url='https://github.com/flatironinstitute/finufft',
Expand Down
2 changes: 1 addition & 1 deletion python/finufft/finufft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from finufft._interfaces import nufft2d1,nufft2d2,nufft2d3
from finufft._interfaces import nufft3d1,nufft3d2,nufft3d3

__version__ = '2.2.0.dev0'
__version__ = '2.2.0b0'
2 changes: 1 addition & 1 deletion python/finufft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# attempt ../make.inc reading (failed) and default finufftdir. 2/25/20
# Barnett trying to get sphinx.ext.autodoc to work w/ this, 10/5/20

__version__ = '2.2.0beta'
__version__ = '2.2.0b0'

from setuptools import setup, Extension
import os
Expand Down

0 comments on commit 7e3538e

Please sign in to comment.