Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed May 20, 2016
1 parent 5e52e19 commit 164cfd7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules.f90
Expand Up @@ -35,7 +35,7 @@ module ModelParams
implicit none
public

character(LEN=*), parameter :: version = 'Nov15'
character(LEN=*), parameter :: version = 'May16'

integer :: FeedbackLevel = 0 !if >0 print out useful information about the model

Expand Down
4 changes: 2 additions & 2 deletions pycamb/camb/__init__.py
Expand Up @@ -6,8 +6,8 @@
"""
__author__ = "Antony Lewis"
__contact__ = "antony at cosmologist dot info"
__status__ = "alpha"
__version__ = "0.1.1"
__status__ = "beta"
__version__ = "0.1.2"

from .baseconfig import dll_import
from .camb import CAMBdata, MatterTransferData, get_results, get_transfer_functions, get_background, \
Expand Down
Binary file modified pycamb/dlls/cambdll.dll
Binary file not shown.
Binary file modified pycamb/dlls/cambdll_x64.dll
Binary file not shown.

0 comments on commit 164cfd7

Please sign in to comment.