Skip to content

Commit

Permalink
REL: Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
keileg committed Mar 15, 2021
1 parent 1b426a8 commit d078448
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 @@ -60,7 +60,7 @@ def read(fname):

setup(
name="porepy",
version="1.3.1",
version="1.4.0",
license="GPL",
keywords=["porous media simulation fractures deformable"],
author="Eirik Keilegavlen, Runar Berge, Alessio Fumagalli, Michele Starnoni, Ivar Stefansson and Jhabriel Varela",
Expand Down
2 changes: 1 addition & 1 deletion src/porepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from pathlib import Path
import configparser

__version__ = "1.3.1"
__version__ = "1.4.0"


# Try to read the config file from the directory where python process was launched
Expand Down

0 comments on commit d078448

Please sign in to comment.