diff --git a/InteinFinder.opam b/InteinFinder.opam index 201f82a..614890a 100644 --- a/InteinFinder.opam +++ b/InteinFinder.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "24.0.0-SNAPSHOT" +version: "2024.0.0" synopsis: "Automated intein detection from large protein datasets" maintainer: ["Ryan M. Moore"] authors: ["Ryan M. Moore"] diff --git a/README.md b/README.md index c5809b5..615c270 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ For usage info, see the [docs](https://mooreryan.github.io/InteinFinder/). [![license MIT or Apache 2.0](https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue)](https://github.com/mooreryan/InteinFinder) -Copyright (c) 2018 - 2023 Ryan M. Moore +Copyright (c) 2018 - 2024 Ryan M. Moore Licensed under the Apache License, Version 2.0 or the MIT license, at your option. This program may not be copied, modified, or distributed except according to those terms. diff --git a/_docs_src/src/index.md b/_docs_src/src/index.md index f8d47cf..8a84b56 100644 --- a/_docs_src/src/index.md +++ b/_docs_src/src/index.md @@ -23,7 +23,7 @@ Given the increased interest in inteins, more studies are focusing on identifyin [![license MIT or Apache 2.0](https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue)](https://github.com/mooreryan/InteinFinder) -Copyright (c) 2018 - 2023 Ryan M. Moore +Copyright (c) 2018 - 2024 Ryan M. Moore Licensed under the Apache License, Version 2.0 or the MIT license, at your option. This program may not be copied, modified, or distributed except according to those terms. @@ -33,6 +33,6 @@ Licensed under the Apache License, Version 2.0 or the MIT license, at your optio Creative Commons License -Copyright (c) 2022 - 2023 Ryan M. Moore. +Copyright (c) 2022 - 2024 Ryan M. Moore. This documentation is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/dune-project b/dune-project index 7ab1626..4083328 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (name InteinFinder) -(version 24.0.0-SNAPSHOT) +(version 2024.0.0) (maintainers "Ryan M. Moore") diff --git a/lib/config.ml b/lib/config.ml index 9af2fa3..d13a200 100644 --- a/lib/config.ml +++ b/lib/config.ml @@ -304,7 +304,7 @@ module Version = struct let intein_finder_version = (* git describe --always --dirty --abbrev=7 *) - let base = "1.0.0-SNAPSHOT" in + let base = "2024.0.0" in let git_hash = match%const [%getenv "INTEIN_FINDER_GIT_COMMIT_HASH"] with | "" -> diff --git a/test/cram/cli.t/run.t b/test/cram/cli.t/run.t index 6c6e4e1..fe6f769 100644 --- a/test/cram/cli.t/run.t +++ b/test/cram/cli.t/run.t @@ -5,7 +5,7 @@ Prints version $ InteinFinder --version | ../scripts/redact_git_hash /dev/stdin - 1.0.0-SNAPSHOT + 2024.0.0 No args gives decent message diff --git a/test/cram/trim_inteins/print_exteins.t/run.t b/test/cram/trim_inteins/print_exteins.t/run.t index 0bc50d3..86e1af7 100644 --- a/test/cram/trim_inteins/print_exteins.t/run.t +++ b/test/cram/trim_inteins/print_exteins.t/run.t @@ -27,5 +27,5 @@ Has a help screen Has a version $ RemoveInteins --version | ../../scripts/redact_git_hash /dev/stdin - 1.0.0-SNAPSHOT + 2024.0.0