Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Oct 30, 2019
1 parent 8cf8adc commit f692a59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions camb/__init__.py
Expand Up @@ -6,6 +6,7 @@
"""
__author__ = "Antony Lewis"
__contact__ = "antony at cosmologist dot info"
__url__ = "https://camb.readthedocs.io"
__version__ = "1.0.9"

from . import baseconfig
Expand Down
Binary file modified camb/cambdll.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion fortran/config.f90
Expand Up @@ -3,7 +3,7 @@ module config
use constants, only: const_twopi
implicit none

character(LEN=*), parameter :: version = '1.0.8'
character(LEN=*), parameter :: version = '1.0.9'

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

Expand Down

0 comments on commit f692a59

Please sign in to comment.