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