Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Jun 24, 2023
1 parent a5102ad commit a268301
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.0"
version = "2.3.1"
description = "Extreme Value Analysis (EVA) in Python"
license = "MIT"
authors = ["George Bocharov <bocharovgeorgii@gmail.com>"]
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.0"
__version__ = "2.3.1"
__all__ = [
"EVA",
"get_extremes",
Expand Down

0 comments on commit a268301

Please sign in to comment.