Skip to content

Commit 3b76ee1

Browse files
committed
Version 0.1.1
1 parent 6f2e835 commit 3b76ee1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "seismic_bedload"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Seismic based bedload transport models"
55
readme = "README.md"
66
authors = [

seismic_bedload/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .models import SaltationModel, MultimodeModel, SedimentParams, SeismicParams
2+
from .utils import log_raised_cosine_pdf
23

3-
__all__ = ["SaltationModel", "MultimodeModel", "SedimentParams", "SeismicParams"]
4+
__all__ = ["SaltationModel", "MultimodeModel", "SedimentParams", "SeismicParams", log_raised_cosine_pdf]

0 commit comments

Comments
 (0)