From d8e38740ebef6f3e5eb368c5aacbed479f1f912d Mon Sep 17 00:00:00 2001 From: Avinash Kumar <36457781+avialxee@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:30:10 +0530 Subject: [PATCH] 0.0.5.0.3 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 58af962..0311e19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rgbmaker -version = 0.0.5.0.2 +version = 0.0.5.0.3 author = Avinash Kumar author_email = avialxee@gmail.com description = A python package which communicates to different astronomical services and fetches fits and numerical data. diff --git a/setup.py b/setup.py index 1955e05..d060029 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'rgbmaker', - version = '0.0.5.0.2', + version = '0.0.5.0.3', url='https://github.com/avialxee/rgbmaker', author='Avinash Kumar', author_email='avialxee@gmail.com',