Skip to content

Commit

Permalink
Bumping up version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Nov 1, 2023
1 parent 74f5940 commit 41d4e4e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion bin/fccanalysis
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion man/man1/fccanalysis-run.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for fccanalysis
.\" Contact [email protected] 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
Expand Down
2 changes: 1 addition & 1 deletion man/man1/fccanalysis-test.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for fccanalysis-test
.\" Contact [email protected] 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
Expand Down
2 changes: 1 addition & 1 deletion man/man1/fccanalysis.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for fccanalysis
.\" Contact [email protected] 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
Expand Down
2 changes: 1 addition & 1 deletion man/man7/fccanalysis-file.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for fccanalysis-file
.\" Contact [email protected] 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
Expand Down

0 comments on commit 41d4e4e

Please sign in to comment.