From 5ac7ce00e13d2cd047841ec767374912faf3f5da Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Thu, 30 Apr 2020 09:25:27 +0200 Subject: [PATCH] bump version --- conda-recipe/meta.yaml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 9f25753..706effa 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -6,6 +6,7 @@ source: path: .. build: + noarch: python entry_points: - cadump_server = cadump.cadump:main diff --git a/setup.py b/setup.py index 69ac8de..48d48a1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="cadump", - version="0.0.8", + version="0.0.9", author="Paul Scherrer Institute", author_email="daq@psi.ch", description="Interface to dump data from archiver/databuffer",