diff --git a/condor_stat.py b/condor_stat.py index dcfd2e3..ae9ee13 100755 --- a/condor_stat.py +++ b/condor_stat.py @@ -1,4 +1,4 @@ -#! /vols/cms/tr1123/condor_tools/env/bin/python +#! /home/hep/tr1123/.local/share/condor_tools/env/bin/python """Entry point script for condor_stat""" from condor_tools.condor_tools import main diff --git a/pyproject.toml b/pyproject.toml index 8f1d3a7..e2b92dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "condor_tools" -version = "1.1.3" +version = "1.1.4" description = "A collection of tools for working with Condor jobs and data." requires-python = ">=3.9,<3.10" authors = [{name = "Tom Runting", email = "thomas.runting@cern.ch"}]