From 20b65d349279ee088a8326afcff0d2c8816e19a1 Mon Sep 17 00:00:00 2001 From: Matthew Muckley Date: Tue, 13 Jul 2021 12:55:13 -0400 Subject: [PATCH] Fix post version --- torchkbnufft/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchkbnufft/__init__.py b/torchkbnufft/__init__.py index 7d6002f..ab15467 100644 --- a/torchkbnufft/__init__.py +++ b/torchkbnufft/__init__.py @@ -1,6 +1,6 @@ """Package info""" -__version__ = "1.2.0.post2" +__version__ = "1.2.0.post3" __author__ = "Matthew Muckley" __author_email__ = "matt.muckley@gmail.com" __license__ = "MIT"