Skip to content

Commit

Permalink
Fix number of new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-guedes committed Dec 5, 2023
1 parent f1f8c6d commit 1f4b1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Releases
********


3.16.1 (2023-12-06)
3.16.0 (2023-12-06)
___________________

New Features
Expand Down
2 changes: 1 addition & 1 deletion wavespectra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
warnings.warn("Cannot import accessors at the main module level")


__version__ = "3.16.1"
__version__ = "3.16.0"


def _import_read_functions(pkgname="input"):
Expand Down

0 comments on commit 1f4b1d3

Please sign in to comment.