Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed Nov 30, 2021
1 parent 22c69d5 commit 1c0cf59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
\newcommand{\nuxbar}{\ensuremath{\bar{\nu}_x}\xspace}


\title{Documentation for sntools 1.0b2\footnote{See \url{https://github.com/JostMigenda/sntools} for the most recent version.}}
\title{Documentation for sntools 1.0\footnote{See \url{https://github.com/JostMigenda/sntools} for the most recent version.}}
\author{Jost Migenda\footnote{King’s College London, \url{[email protected]}}}
\date{\today}

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.12.0
scipy >= 1.0
h5py >= 2.10
snewpy
snewpy ~=1.1.0
2 changes: 1 addition & 1 deletion sntools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
For more extensive documentation, to report issues or to contribute code,
see https://github.com/JostMigenda/sntools.
"""
__version__ = '1.0b2'
__version__ = '1.0'


def setup():
Expand Down

0 comments on commit 1c0cf59

Please sign in to comment.