From 0d5d529ba36b636ed947e9a2799c33e8640303fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Fri, 5 Nov 2021 11:58:18 +0100 Subject: [PATCH] Working Full field --- setup.cfg | 3 ++- src/scgenerator/const.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6c4a4b8..b29a0ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scgenerator -version = 0.1.0 +version = 0.2.5dev description = Simulated PCFs and supercontinuum generation ! author = Benoit Sierro author_email = benoit.sierro@iap.unibe.ch @@ -24,6 +24,7 @@ install_requires = matplotlib scipy tomli + tomli-w tqdm diff --git a/src/scgenerator/const.py b/src/scgenerator/const.py index ea4eee4..e94b921 100644 --- a/src/scgenerator/const.py +++ b/src/scgenerator/const.py @@ -1,4 +1,4 @@ -__version__ = "0.2.4dev" +__version__ = "0.2.5dev" from typing import Any