Skip to content

Commit 568a859

Browse files
authored
Increment version for PyTorch 1.7 (#12)
1 parent 45dc7aa commit 568a859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchkbnufft/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Package info"""
22

3-
__version__ = "0.3.3"
3+
__version__ = "0.3.4"
44
__author__ = "Matthew Muckley"
5-
__author_email__ = "[email protected]"
5+
__author_email__ = "[email protected]"
66
__license__ = "MIT"
77
__homepage__ = "https://github.com/mmuckley/torchkbnufft"
88
__docs__ = "A robust, easy-to-deploy non-uniform Fast Fourier Transform in PyTorch."

0 commit comments

Comments
 (0)