From 076d6b831ef60452d69aa7e57d9c69eca5d13b80 Mon Sep 17 00:00:00 2001 From: gillyspace27 Date: Tue, 26 Nov 2024 19:53:28 -0700 Subject: [PATCH] Iteration --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b760957..8fa7b42 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pyfitsserver', - version='v0.0.6-alpha', + version='v0.0.7-alpha', description='A lightweight server to facilitate the rendering and previewing of FITS files.', long_description=open("README.md").read(), # Reads the content of your README.md long_description_content_type="text/markdown", # Specifies that README is in Markdown format