Skip to content

Commit

Permalink
forgot the dot...
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbartsmit committed May 27, 2024
1 parent 62382f8 commit a922531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="linearwavetheory",
version="0.0.12",
version="0.0.13",
license="Apache 2 License",
install_requires=[
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion src/linearwavetheory/stokes_theory/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from _third_order_statistics import surface_elevation_skewness
from ._third_order_statistics import surface_elevation_skewness

0 comments on commit a922531

Please sign in to comment.