We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49865d0 commit dab9d1eCopy full SHA for dab9d1e
camb/__init__.py
@@ -7,7 +7,7 @@
7
__author__ = "Antony Lewis"
8
__contact__ = "antony at cosmologist dot info"
9
__url__ = "https://camb.readthedocs.io"
10
-__version__ = "1.0.12.2"
+__version__ = "1.1.0"
11
12
from . import baseconfig
13
camb/cambdll.dll
-512 Bytes
fortran/config.f90
@@ -3,7 +3,7 @@ module config
3
use constants, only: const_twopi
4
implicit none
5
6
- character(LEN=*), parameter :: version = '1.0.12.2'
+ character(LEN=*), parameter :: version = '1.1.0'
integer :: FeedbackLevel = 0 !if >0 print out useful information about the model
0 commit comments