Skip to content
Snippets Groups Projects
Commit a5b9650d authored by rfetick's avatar rfetick
Browse files

set new version number

parent 7eb821ef
No related branches found
Tags v1.5.0
No related merge requests found
......@@ -13,9 +13,9 @@ if _sys.version_info[0]<3:
_warnings.warn("MAOPPY was developped on Python 3, but your Python version is anterior. We hope everything will be fine")
# MAOPPY release version
__version__ = "1.4.1"
__version__ = "1.5.0"
__author__ = "Romain JL. Fétick (LAM, France)"
__date__ = "May 30th 2021"
__date__ = "January 18th, 2022"
from . import utils, instrument, psfutils, psfmodel, psffit
# from maoppy import utils, instrument, psfmodel
......@@ -9,7 +9,7 @@ Created on Mon May 27 17:11:01 2019
from setuptools import setup, find_packages
setup(name='maoppy',
version='1.4.1',
version='1.5.0',
url='https://gitlab.lam.fr/lam-grd-public/maoppy.git',
license='See LICENSE file',
author='Romain JL Fetick (LAM, Marseille, France)',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment