Skip to content

Commit

Permalink
Minor release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Dias Pinto Vitenti committed Mar 26, 2021
1 parent 44a05b4 commit 9ff4def
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-clmm-jupyter
Expand Up @@ -115,7 +115,7 @@ ENV OMP_NUM_THREADS=1
ENV OMP_THREAD_LIMIT=1
ENV GI_TYPELIB_PATH="/usr/lib/girepository-1.0"

RUN cp -rf /usr/share/numcosmo-0.15.2/notebooks/* work/
RUN cp -rf /usr/share/numcosmo-0.15.3/notebooks/* work/
RUN cp -rf /usr/share/CLMM/examples/* work/

# Switch back to jovyan to avoid accidental container runs as root
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-jupyter
Expand Up @@ -89,7 +89,7 @@ ENV OMP_NUM_THREADS=1
ENV OMP_THREAD_LIMIT=1
ENV GI_TYPELIB_PATH="/usr/lib/girepository-1.0"

RUN cp /usr/share/numcosmo-0.15.2/notebooks/* work/
RUN cp /usr/share/numcosmo-0.15.3/notebooks/* work/

# Switch back to jovyan to avoid accidental container runs as root
USER $NB_UID
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -26,7 +26,7 @@ dnl ***************************************************************************

m4_define([numcosmo_major_version], [0])
m4_define([numcosmo_minor_version], [15])
m4_define([numcosmo_micro_version], [2])
m4_define([numcosmo_micro_version], [3])
m4_define([numcosmo_interface_age], [0])
m4_define([numcosmo_binary_age],
[m4_eval(100 * numcosmo_minor_version + numcosmo_micro_version)])
Expand Down

0 comments on commit 9ff4def

Please sign in to comment.