Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installed versioneer code; fix tests to adapt to Flopy naming change of rno to ifno #150

Merged
merged 3 commits into from
Oct 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(versioneer): update installed versioneer to latest version.
  • Loading branch information
aleaf committed Oct 12, 2023
commit 655ddf77099244cd30bc7cdc086cb367a3325427
3 changes: 3 additions & 0 deletions sfrmaker/__init__.py
Original file line number Diff line number Diff line change
@@ -10,3 +10,6 @@

__version__ = get_versions()['version']
del get_versions

from . import _version
__version__ = _version.get_versions()['version']
Loading