From 80b7c7b05d31f6978f2cf49d2a2453937d3abf11 Mon Sep 17 00:00:00 2001 From: Jost Migenda Date: Fri, 3 May 2024 16:44:33 +0100 Subject: [PATCH] Release version 1.4 --- doc/documentation.tex | 2 +- src/sntools/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 20d235c..92594a9 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -35,7 +35,7 @@ \newcommand{\nuxbar}{\ensuremath{\bar{\nu}_x}\xspace} -\title{Documentation for sntools 1.3\footnote{See \url{https://github.com/SNEWS2/sntools} for the most recent version.}} +\title{Documentation for sntools 1.4\footnote{See \url{https://github.com/SNEWS2/sntools} for the most recent version.}} \author{Jost Migenda\footnote{King’s College London, \url{jost.migenda@kcl.ac.uk}}} \date{\today} diff --git a/src/sntools/__init__.py b/src/sntools/__init__.py index 12995ee..8606a8e 100644 --- a/src/sntools/__init__.py +++ b/src/sntools/__init__.py @@ -12,7 +12,7 @@ For more extensive documentation, to report issues or to contribute code, see https://github.com/SNEWS2/sntools. """ -__version__ = '1.3' +__version__ = '1.4' def setup():