From 750752baaf93e20032373ebad6b3dde939da176c Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Tue, 13 Feb 2024 11:34:58 -0600 Subject: [PATCH 1/2] Cherry-picked Alex's fix for Issue 14 from the production/v4 branch --- python/trgtools/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/trgtools/__init__.py b/python/trgtools/__init__.py index 4dca5fb..82b9f51 100644 --- a/python/trgtools/__init__.py +++ b/python/trgtools/__init__.py @@ -1,3 +1,2 @@ -from ._daq_trgtools_py import * from .TAData import TAData from .TPData import TPData From cbd479e9e70ef199f27a17ae7aab654cd02704d3 Mon Sep 17 00:00:00 2001 From: aeoranday Date: Thu, 15 Feb 2024 17:06:38 +0100 Subject: [PATCH 2/2] Updated to v1.0.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37ac260..974d0c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/ cmake_minimum_required(VERSION 3.12) -project(trgtools VERSION 1.0.0) +project(trgtools VERSION 1.0.1) find_package(daq-cmake REQUIRED) find_package(CLI11 REQUIRED)