From 69446910b542b515dbb389c94fe732a205fb6dfd Mon Sep 17 00:00:00 2001 From: Sceki Date: Tue, 9 Jul 2024 11:33:02 +0200 Subject: [PATCH] version --- dsgp4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsgp4/__init__.py b/dsgp4/__init__.py index 7396994..af11457 100644 --- a/dsgp4/__init__.py +++ b/dsgp4/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' import torch torch.set_default_dtype(torch.float64)