From 9740e21e39b79229aa1241c4a9fbaf577131eb88 Mon Sep 17 00:00:00 2001 From: Julian-Hochhaus# Date: Fri, 16 Aug 2024 16:00:39 +0200 Subject: [PATCH] bump version 2.1.2 -> 2.1.3 --- bumpver.toml | 2 +- lmfitxps/backgrounds.py | 2 +- lmfitxps/lineshapes.py | 2 +- lmfitxps/models.py | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index a74f2ff..ad75157 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [tool.bumpver] -current_version = "2.1.2" +current_version = "2.1.3" version_pattern = 'MAJOR.MINOR.PATCH[PYTAGNUM]' commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/lmfitxps/backgrounds.py b/lmfitxps/backgrounds.py index 89b5604..7d4428a 100644 --- a/lmfitxps/backgrounds.py +++ b/lmfitxps/backgrounds.py @@ -3,7 +3,7 @@ __copyright__ = "Copyright 2023" __credits__ = ["Julian Andreas Hochhaus"] __license__ = "MIT" -__version__ = "2.1.2" +__version__ = "2.1.3" __maintainer__ = "Julian Andreas Hochhaus" __email__ = "julian.hochhaus@tu-dortmund.de" diff --git a/lmfitxps/lineshapes.py b/lmfitxps/lineshapes.py index a5b8bd3..94a8845 100644 --- a/lmfitxps/lineshapes.py +++ b/lmfitxps/lineshapes.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2023" __credits__ = ["Julian Andreas Hochhaus"] __license__ = "MIT" -__version__ = "2.1.2" +__version__ = "2.1.3" __maintainer__ = "Julian Andreas Hochhaus" __email__ = "julian.hochhaus@tu-dortmund.de" diff --git a/lmfitxps/models.py b/lmfitxps/models.py index 29aa9d7..5dc5986 100644 --- a/lmfitxps/models.py +++ b/lmfitxps/models.py @@ -12,7 +12,7 @@ __copyright__ = "Copyright 2023" __credits__ = ["Julian Andreas Hochhaus"] __license__ = "MIT" -__version__ = "2.1.2" +__version__ = "2.1.3" __maintainer__ = "Julian Andreas Hochhaus" __email__ = "julian.hochhaus@tu-dortmund.de" diff --git a/pyproject.toml b/pyproject.toml index 1027595..f742073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name='lmfitxps' readme='README.md' -version = "2.1.2" +version = "2.1.3" authors=[{name='Julian Hochhaus', email='julian.hochhaus@tu-dortmund.de'}] license={file='LICENSE', name='MIT'} description='This package contains additional models for the lmfit package for fitting XPS spectra.'