From 7638a26f04cccc76d6caf0f1e59f898b55934f06 Mon Sep 17 00:00:00 2001 From: Eric Hare Date: Tue, 21 Nov 2023 13:55:36 -0800 Subject: [PATCH] Release 0.6.1 --- astrapy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrapy/__init__.py b/astrapy/__init__.py index 67d76713..12013cff 100644 --- a/astrapy/__init__.py +++ b/astrapy/__init__.py @@ -11,4 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.1rc1" +__version__ = "0.6.1"