Working Full field

This commit is contained in:
Benoît Sierro
2021-11-05 11:58:18 +01:00
parent 38ed3ae93e
commit 0d5d529ba3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[metadata] [metadata]
name = scgenerator name = scgenerator
version = 0.1.0 version = 0.2.5dev
description = Simulated PCFs and supercontinuum generation ! description = Simulated PCFs and supercontinuum generation !
author = Benoit Sierro author = Benoit Sierro
author_email = benoit.sierro@iap.unibe.ch author_email = benoit.sierro@iap.unibe.ch
@@ -24,6 +24,7 @@ install_requires =
matplotlib matplotlib
scipy scipy
tomli tomli
tomli-w
tqdm tqdm

View File

@@ -1,4 +1,4 @@
__version__ = "0.2.4dev" __version__ = "0.2.5dev"
from typing import Any from typing import Any