Skip to content

Commit 0bdbfcf

Browse files
committed
version bump
1 parent d982afb commit 0bdbfcf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#Dockerfile for running pycamb notebooks with binder
2-
#https://mybinder.org/v2/gh/cmbant/camb/master?filepath=pycamb%2Fdocs%2FCAMBdemo.ipynb
1+
#Dockerfile for running getdist notebooks with binder
32

43
FROM cmbant/cosmobox:python3
54

getdist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Antony Lewis'
2-
__version__ = "0.3.0"
2+
__version__ = "0.3.1"
33

44
from getdist.inifile import IniFile
55
from getdist.paramnames import ParamInfo, ParamNames

0 commit comments

Comments
 (0)