Skip to content

Commit

Permalink
version bump 0.3.1 adapt anaflow 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 8, 2019
1 parent 814fa6b commit f4f1733
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion welltestpy/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Provide a central version"""
__version__ = "0.3.1.dev0"
__version__ = "0.3.1"
3 changes: 0 additions & 3 deletions welltestpy/estimate/spotpy_classes.py
Expand Up @@ -104,8 +104,6 @@ def function(mu, sig2, corr, lnS):
Qw=Qw,
rwell=rwell,
rinf=rinf,
parts=25,
stehfestn=12,
)

return function
Expand Down Expand Up @@ -167,7 +165,6 @@ def function(mu, lnS):
Qw=Qw,
rwell=rwell,
rinf=rinf,
stehfestn=12,
)

return function
Expand Down

0 comments on commit f4f1733

Please sign in to comment.