From 8a2cdc9c1df11e0a8047f42604eeb7470b07b9a2 Mon Sep 17 00:00:00 2001 From: Pascal Wolf Date: Thu, 10 Oct 2019 17:08:54 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 993530b9..13d59ffc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except IndexError: _server = False -version = '0.0.1' +version = '1.0.1' author = 'Pascal Wolf' author_email = 'wolf@physik.uni-bonn.de'