From c2c4fcfe87be0088261a7fe6e618c3cc274e5c5c Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 3 Jul 2020 18:37:06 +0200 Subject: [PATCH] Release v0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4137c967..1e56841f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="slic", - version="0.0.1", + version="0.0.2", url="https://gitlab.psi.ch/slic/slic", description="SwissFEL Library for Instrument Control", author="Paul Scherrer Institute",