Skip to content

Commit

Permalink
Merge pull request #25 from DUNE-DAQ/prep-release/dunedaq-v4.3.0
Browse files Browse the repository at this point in the history
Prep release/dunedaq v4.3.0
  • Loading branch information
jcfreeman2 authored Feb 28, 2024
2 parents 950422a + 3095c13 commit 412269f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion python/trgtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from ._daq_trgtools_py import *
from .TAData import TAData
from .TPData import TPData

0 comments on commit 412269f

Please sign in to comment.