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',