From 347a258e5ed9416998002b679f628c6a57bcb828 Mon Sep 17 00:00:00 2001 From: Will Handley Date: Mon, 16 Oct 2023 16:49:57 +0100 Subject: [PATCH] Packaging mark 2 (#2) --- README.rst | 2 +- lsbi/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 99ef1b4..b2792ce 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ lsbi: Linear Simulation Based Inference ======================================= :lsbi: Linear Simulation Based Inference :Author: Will Handley -:Version: 0.0.0 +:Version: 0.0.1 :Homepage: https://github.com/handley-lab/lsbi :Documentation: http://lsbi.readthedocs.io/ diff --git a/lsbi/_version.py b/lsbi/_version.py index c57bfd5..b8023d8 100644 --- a/lsbi/_version.py +++ b/lsbi/_version.py @@ -1 +1 @@ -__version__ = '0.0.0' +__version__ = '0.0.1'