Skip to content

Commit

Permalink
bump version 2.1.2 -> 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Hochhaus committed Aug 16, 2024
1 parent 7a75b05 commit 9740e21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lmfitxps/backgrounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion lmfitxps/lineshapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion lmfitxps/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]'}]
license={file='LICENSE', name='MIT'}
description='This package contains additional models for the lmfit package for fitting XPS spectra.'
Expand Down

0 comments on commit 9740e21

Please sign in to comment.