Skip to content

Commit

Permalink
version set to 3.2.1 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
newville authored Jun 7, 2024
1 parent 2da3ca9 commit 9fce38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "uncertainties"
version = "3.2.0"
version = "3.2.1"
authors = [
{name = "Eric O. LEBIGOT (EOL)", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion uncertainties/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
from .core import __all__ # For a correct help(uncertainties)

# Numerical version:
__version_info__ = (3, 2, 0)
__version_info__ = (3, 2, 1)
__version__ = '.'.join(map(str, __version_info__))

__author__ = 'Eric O. LEBIGOT (EOL) <[email protected]>'

0 comments on commit 9fce38d

Please sign in to comment.