Skip to content

Commit

Permalink
Working commit for cmf1.5, will be merged into master
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkraft committed Mar 26, 2019
1 parent c299357 commit 759c17d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ venv.bak/

# PyCharm
.idea
cmake-build-*/

# Rope project settings
.ropeproject
Expand Down
2 changes: 1 addition & 1 deletion cmf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__version__ = '1.5.0a.cmf_1_5'
__compiletime__ = 'Mon Mar 25 21:20:29 2019'
__compiletime__ = 'Mon Mar 25 22:31:25 2019'

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 @@ -30,7 +30,7 @@
from distutils.sysconfig import customize_compiler
from distutils.command.build_py import build_py

version = '1.5.0a'
version = '1.5.0'
branchversion = version
try:
from pygit2 import Repository
Expand Down

0 comments on commit 759c17d

Please sign in to comment.