Skip to content

Commit f692a59

Browse files
committed
bump version
1 parent 8cf8adc commit f692a59

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

camb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"""
77
__author__ = "Antony Lewis"
88
__contact__ = "antony at cosmologist dot info"
9+
__url__ = "https://camb.readthedocs.io"
910
__version__ = "1.0.9"
1011

1112
from . import baseconfig

camb/cambdll.dll

1.04 KB
Binary file not shown.

fortran/config.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module config
33
use constants, only: const_twopi
44
implicit none
55

6-
character(LEN=*), parameter :: version = '1.0.8'
6+
character(LEN=*), parameter :: version = '1.0.9'
77

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

0 commit comments

Comments
 (0)