Skip to content

Commit f9a254c

Browse files
committed
Version bump
1 parent d146334 commit f9a254c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def read(fname):
5353

5454
setup(
5555
name='porepy',
56-
version='0.3.0',
56+
version='0.3.1',
5757
license='GPL',
5858
keywords=['porous media simulation fractures deformable'],
5959
author='Runar Berge, Alessio Fumagalli, Eirik Keilegavlen and Ivar Stefansson',

Diff for: src/porepy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
"""
1818

19-
__version__ = '0.3.0'
19+
__version__ = '0.3.1'
2020

2121
#------------------------------------
2222
# Simplified namespaces. The rue of thumb is that classes and modules that a

0 commit comments

Comments
 (0)