Skip to content

Commit

Permalink
modified .gitignore to add BMI
Browse files Browse the repository at this point in the history
  • Loading branch information
schwemro committed Oct 9, 2023
1 parent 7ae7865 commit b6dcd5f
Show file tree
Hide file tree
Showing 19 changed files with 2,590 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,4 @@ build.sh
meta.yaml

# local development
/bmiroger
roger/bmimodels/
examples/plot_scale/boadkh/
4 changes: 4 additions & 0 deletions bmiroger/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from ._version import __version__
from .bmi_roger import BmiRoger

__all__ = ["__version__", "BmiRoger"]
1 change: 1 addition & 0 deletions bmiroger/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "3.0.3"
Loading

0 comments on commit b6dcd5f

Please sign in to comment.