Update python versions

* Update meta.py
* Update testing_pr.yml
This commit is contained in:
Nicola Demo
2024-02-07 16:14:46 +01:00
committed by GitHub
parent b38c640c4d
commit 6cfb8fd28b
2 changed files with 3 additions and 5 deletions

View File

@@ -6,9 +6,9 @@ __all__ = [
__project__ = 'PINA'
__title__ = "pina"
__author__ = "PINA Contributors"
__copyright__ = "Copyright 2021-2023, PINA Contributors"
__copyright__ = "Copyright 2021-2024, PINA Contributors"
__license__ = "MIT"
__version__ = "0.1"
__version__ = "0.1.0"
__mail__ = 'demo.nicola@gmail.com, dario.coscia@sissa.it' # TODO
__maintainer__ = __author__
__status__ = "Alpha"