Skip to content

Commit

Permalink
Change version to 0.9.0 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Feb 22, 2024
1 parent 57abe3b commit 666fc8a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.8.0
project(FCCAnalyses VERSION 0.9.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 @@ -45,7 +45,7 @@ def main():
'''
Starting point for fccanalysis command
'''
parser = argparse.ArgumentParser(description='FCCAnalyses v0.8.0')
parser = argparse.ArgumentParser(description='FCCAnalyses v0.9.0')

# Verbosity arguments
verbosity_argument_group = parser.add_mutually_exclusive_group()
Expand Down
2 changes: 1 addition & 1 deletion man/man1/fccanalysis-build.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for fccanalysis-build
.\" Contact [email protected] to correct errors or typos.
.TH FCCANALYSIS\-BUILD 1 "17 Jan 2024" "0.8.0" "fccanalysis-build man page"
.TH FCCANALYSIS\-BUILD 1 "17 Jan 2024" "0.9.0" "fccanalysis-build man page"
.SH NAME
\fBfccanalysis\-build\fR \(en helper to build FCCAnalyses framework locally
.SH SYNOPSIS
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-run
.\" Contact [email protected] to correct errors or typos.
.TH FCCANALYSIS\-RUN 1 "17 Jan 2024" "0.8.0" "fccanalysis-run man page"
.TH FCCANALYSIS\-RUN 1 "17 Jan 2024" "0.9.0" "fccanalysis-run man page"
.SH NAME
\fBfccanalysis\-run\fR \- 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 Jan 2024" "0.8.0" "fccanalysis-test man page"
.TH FCCANALYSIS\-TEST 1 "17 Jan 2024" "0.9.0" "fccanalysis-test man page"
.SH NAME
\fBfccanalysis\-test\fR \(en 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 "17 Jan 2024" "0.8.0" "fccanalysis man page"
.TH FCCANALYSIS 1 "17 Jan 2024" "0.9.0" "fccanalysis man page"
.SH NAME
\fBfccanalysis\fR \(en write, build and run your FCC analysis
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/man7/fccanalysis-script.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for fccanalysis-script
.\" Contact [email protected] to correct errors or typos.
.TH FCCANALYSIS\-SCRIPT 7 "17 Jan 2024" "0.8.0" "fccanalysis-script man page"
.TH FCCANALYSIS\-SCRIPT 7 "17 Jan 2024" "0.9.0" "fccanalysis-script man page"
.SH NAME
\fBfccanalysis\-script\fR \(en analysis steering script specification
.SH SYNOPSIS
Expand Down

0 comments on commit 666fc8a

Please sign in to comment.