Skip to content

Commit

Permalink
py: update versions to 2.2.0 proper
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Dec 28, 2023
1 parent 460f9d8 commit 305f26c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0b0'
__version__ = '2.2.0'
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.0b0',
version='2.2.0',
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.0b0'
__version__ = '2.2.0'
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.0b0'
__version__ = '2.2.0'

from setuptools import setup, Extension
import os
Expand Down

0 comments on commit 305f26c

Please sign in to comment.