Skip to content

Commit

Permalink
Try on philippkraft#78. Looks good, but BaseConnection in water.i:102…
Browse files Browse the repository at this point in the history
… is abstract.
  • Loading branch information
philippkraft committed Jan 18, 2021
1 parent 097ebef commit ab93c5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 .timetools import StopWatch, datetime_to_cmf, timerange


__version__ = '2.0.0b3.flux_connection_director'
__compiletime__ = 'Tue Oct 15 11:25:42 2019'
__version__ = '2.0.0b6.flux_connection_director'
__compiletime__ = 'Mon Jan 18 17:51:17 2021'

from .cmf_core import connect_cells_with_flux as __ccwf

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from distutils.sysconfig import customize_compiler
from distutils.command.build_py import build_py

version = '2.0.0b4'
version = '2.0.0b6.flux_connection_director'

branchversion = version
try:
Expand Down
2 changes: 1 addition & 1 deletion tools/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = cmf
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.0b4
PROJECT_NUMBER = 2.0.0b6.flux_connection_director

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit ab93c5c

Please sign in to comment.