Skip to content

Commit

Permalink
Merge pull request #123 from medema-group/release/1.1.8
Browse files Browse the repository at this point in the history
bump version numbers
  • Loading branch information
adraismawur authored Jan 31, 2024
2 parents c1aac2c + d4960a2 commit 47259ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bigscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ def CMD_parser():
domain_includelist.txt file", default=False,
action="store_true")

parser.add_argument("--version", action="version", version="%(prog)s 1.1.5 \
parser.add_argument("--version", action="version", version="%(prog)s 1.1.8 \
(2022-11-14)")

return parser.parse_args()
Expand Down
4 changes: 2 additions & 2 deletions html_template/output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>BiG-SCAPE v1.1.5</title>
<title>BiG-SCAPE v1.1.8</title>
<link rel="stylesheet" type="text/css" href="./html_content/css/style.css">
</head>
<body>
<div id="header">
<div class="top-header" style="padding-top: 0.5em;">
<img class="bigscape-logo" src="./html_content/img/bigscape.png" style="height: 80px;" alt="BiG-SCAPE">
<span class="bigscape-title"><a href="https://github.com/medema-group/BiG-SCAPE">Biosynthetic Genes Similarity Clustering and Prospecting Engine</a><br>
<span>Version 1.1.5</span>
<span>Version 1.1.8</span>
</span>
<!--div id="icons">
<a href="#"><img src="./img/home.png" alt="home" title="Go to start page"></a>
Expand Down

0 comments on commit 47259ef

Please sign in to comment.