Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LAM-GRD-public
maoppy
Commits
a5b9650d
Commit
a5b9650d
authored
Jan 18, 2022
by
rfetick
Browse files
set new version number
parent
7eb821ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
maoppy/__init__.py
View file @
a5b9650d
...
...
@@ -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 30
th 202
1
"
__date__
=
"
January 18
th
,
202
2
"
from
.
import
utils
,
instrument
,
psfutils
,
psfmodel
,
psffit
# from maoppy import utils, instrument, psfmodel
setup.py
View file @
a5b9650d
...
...
@@ -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)'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment