From 47a47766495e8635d86512ee3d5dbaa0fef8bc94 Mon Sep 17 00:00:00 2001 From: TomDonoghue Date: Thu, 26 Sep 2019 13:46:04 +0200 Subject: [PATCH] Set version numbr for release --- lisc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisc/version.py b/lisc/version.py index 315f10ff..c12f34c6 100644 --- a/lisc/version.py +++ b/lisc/version.py @@ -1 +1 @@ -__version__ = '0.1.1-dev' \ No newline at end of file +__version__ = '0.1.1' \ No newline at end of file