Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Oct 14, 2023
1 parent cbc5e30 commit f80a145
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyextremes"
version = "2.3.1"
version = "2.3.2"
description = "Extreme Value Analysis (EVA) in Python"
license = "MIT"
authors = ["George Bocharov <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/pyextremes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.1"
__version__ = "2.3.2"
__all__ = [
"EVA",
"get_extremes",
Expand Down

0 comments on commit f80a145

Please sign in to comment.