-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated CI python versions, increased version number to 1.1
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"name": "sportran", | ||
"version": "1.0.0rc4", | ||
"version": "1.1.0", | ||
"author": "Loris Ercole, Riccardo Bertossa, Sebastiano Bisacchi", | ||
"author_email": "[email protected]", | ||
"description": "Cepstral Data Analysis of current time series for Green-Kubo transport coefficients", | ||
"license": "GPL 3", | ||
"url": "https://github.com/sissaschool/sportran", | ||
"keywords": "cepstral data analysis thermal conductivity transport coefficients physics green-kubo", | ||
"python_requires": ">=3.7, <4", | ||
"python_requires": ">=3.9, <4", | ||
"classifiers": [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: OS Independent", | ||
"Intended Audience :: Science/Research", | ||
|