Skip to content

Commit

Permalink
Updated version number in init, changed some rst formatting to please…
Browse files Browse the repository at this point in the history
… sphinx
  • Loading branch information
jgostick committed Jul 10, 2015
1 parent 495d29c commit 3c63c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OpenPNM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
raise Exception('OpenPNM requires SciPy version 0.14.0 or greater')

__requires__ = ['scipy']
__version__ = '1.2.0'
__version__ = '1.3.0'

from . import Base
from . import Utilities
Expand Down
10 changes: 4 additions & 6 deletions docs/resources/algorithms/IP_timed.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
.. _IP_timed:

###############################################################################
InvasionPercolationTimed -- Invasion Percolation with Timed Injection Rates
###############################################################################

.. code-block:: python
"""
===============================================================================
InvasionPercolationTimed -- Invasion Percolation with Timed Injection Rates
===============================================================================
"""
import scipy as sp
import numpy as np
import heapq
Expand Down

0 comments on commit 3c63c01

Please sign in to comment.