diff --git a/doc/documentation.tex b/doc/documentation.tex index 36a4ee8..e19d44d 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -35,7 +35,7 @@ \newcommand{\nuxbar}{\ensuremath{\bar{\nu}_x}\xspace} -\title{Documentation for sntools 0.7.4\footnote{See \url{https://github.com/JostMigenda/sntools} for the most recent version.}} +\title{Documentation for sntools 1.0b1\footnote{See \url{https://github.com/JostMigenda/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/sntools/__init__.py b/sntools/__init__.py index cf8fb7a..44e980c 100644 --- a/sntools/__init__.py +++ b/sntools/__init__.py @@ -12,7 +12,7 @@ For more extensive documentation, to report issues or to contribute code, see https://github.com/JostMigenda/sntools. """ -__version__ = '0.7.4' +__version__ = '1.0b1' def setup():