diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f31aee7b0..54ecaca0aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16.9) -project(FCCAnalyses VERSION 0.7.0 +project(FCCAnalyses VERSION 0.8.0 LANGUAGES CXX ) diff --git a/bin/fccanalysis b/bin/fccanalysis index 0e344d9524..75c8640042 100755 --- a/bin/fccanalysis +++ b/bin/fccanalysis @@ -30,7 +30,7 @@ class MultiLineFormatter(logging.Formatter): def main(): - parser = argparse.ArgumentParser(description='FCCAnalyses v0.7.0') + parser = argparse.ArgumentParser(description='FCCAnalyses v0.8.0') verbosity_argument_group = parser.add_mutually_exclusive_group() verbosity_argument_group.add_argument('-v', '--verbose', action='store_true', diff --git a/man/man1/fccanalysis-run.1 b/man/man1/fccanalysis-run.1 index 1c42e181c7..fe3fbefe77 100644 --- a/man/man1/fccanalysis-run.1 +++ b/man/man1/fccanalysis-run.1 @@ -1,6 +1,6 @@ .\" Manpage for fccanalysis .\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos. -.TH FCCANALYSIS\-RUN 1 "24 May 2023" "0.7.0" "fccanalysis-run man page" +.TH FCCANALYSIS\-RUN 1 "24 May 2023" "0.8.0" "fccanalysis-run man page" .SH NAME fccanalysis\-run \- run FCC analysis .SH SYNOPSIS diff --git a/man/man1/fccanalysis-test.1 b/man/man1/fccanalysis-test.1 index 3d0490dc8c..049fa80011 100644 --- a/man/man1/fccanalysis-test.1 +++ b/man/man1/fccanalysis-test.1 @@ -1,6 +1,6 @@ .\" Manpage for fccanalysis-test .\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos. -.TH FCCANALYSIS\-TEST 1 "17 June 2023" "0.7.0" "fccanalysis-test man page" +.TH FCCANALYSIS\-TEST 1 "17 June 2023" "0.8.0" "fccanalysis-test man page" .SH NAME fccanalysis\-test \- test FCCAnalyses framework .SH SYNOPSIS diff --git a/man/man1/fccanalysis.1 b/man/man1/fccanalysis.1 index 6d380fabe4..07261a3c39 100644 --- a/man/man1/fccanalysis.1 +++ b/man/man1/fccanalysis.1 @@ -1,6 +1,6 @@ .\" Manpage for fccanalysis .\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos. -.TH FCCANALYSIS 1 "19 Oct 2023" "0.7.0" "fccanalysis man page" +.TH FCCANALYSIS 1 "19 Oct 2023" "0.8.0" "fccanalysis man page" .SH NAME fccanalysis \- build and run your FCC analysis .SH SYNOPSIS diff --git a/man/man7/fccanalysis-file.7 b/man/man7/fccanalysis-file.7 index 8fdd23038a..1c535081e9 100644 --- a/man/man7/fccanalysis-file.7 +++ b/man/man7/fccanalysis-file.7 @@ -1,6 +1,6 @@ .\" Manpage for fccanalysis-file .\" Contact fcc-experiments-sw-dev@cern.ch to correct errors or typos. -.TH FCCANALYSIS\-FILE 7 "24 May 2023" "0.7.0" "fccanalysis-file man page" +.TH FCCANALYSIS\-FILE 7 "24 May 2023" "0.8.0" "fccanalysis-file man page" .SH NAME fccanalysis\-file \- analysis file specification .SH SYNOPSIS