Skip to content

Commit

Permalink
Updated docs to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkraft committed Feb 9, 2020
1 parent 42d8ac2 commit c1ef0f0
Show file tree
Hide file tree
Showing 8 changed files with 193,366 additions and 190 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
bin/
*.py[cod]
*$py.class

Expand Down
4 changes: 2 additions & 2 deletions cmf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from .stopwatch import StopWatch


__version__ = '1.5.1'
__compiletime__ = 'Sun Feb 9 13:39:18 2020'
__version__ = '1.6.0'
__compiletime__ = 'Sun Feb 9 15:16:49 2020'

from .cmf_core import connect_cells_with_flux as __ccwf

Expand Down
Loading

0 comments on commit c1ef0f0

Please sign in to comment.