From 0f33fb807214d814fedcc1168f94a0c1ee86499f Mon Sep 17 00:00:00 2001 From: linarphy Date: Fri, 16 Jun 2023 15:10:32 +0200 Subject: [PATCH] Bump new version --- ETA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETA.py b/ETA.py index 9bd2774..cd239c9 100644 --- a/ETA.py +++ b/ETA.py @@ -62,7 +62,7 @@ while i < len( argv ): \nParse a naroo ETA fits' ) exit() elif arg == '--version': - print( '0.2' ) + print( '0.3' ) exit() elif arg == '--verbose': verbose = True