Skip to content

Commit dab9d1e

Browse files
committed
bump version
1 parent 49865d0 commit dab9d1e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

camb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Antony Lewis"
88
__contact__ = "antony at cosmologist dot info"
99
__url__ = "https://camb.readthedocs.io"
10-
__version__ = "1.0.12.2"
10+
__version__ = "1.1.0"
1111

1212
from . import baseconfig
1313

camb/cambdll.dll

-512 Bytes
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.12.2'
6+
character(LEN=*), parameter :: version = '1.1.0'
77

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

0 commit comments

Comments
 (0)