Skip to content

Commit c51163c

Browse files
committed
Use CalVer
Switch to calendar versioning: YYYY.MINOR.PATCH
1 parent 14d900e commit c51163c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

InteinFinder.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "24.0.0-SNAPSHOT"
3+
version: "2024.0.0"
44
synopsis: "Automated intein detection from large protein datasets"
55
maintainer: ["Ryan M. Moore"]
66
authors: ["Ryan M. Moore"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ For usage info, see the [docs](https://mooreryan.github.io/InteinFinder/).
2121
[![license MIT or Apache
2222
2.0](https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue)](https://github.com/mooreryan/InteinFinder)
2323

24-
Copyright (c) 2018 - 2023 Ryan M. Moore
24+
Copyright (c) 2018 - 2024 Ryan M. Moore
2525

2626
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.

_docs_src/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Given the increased interest in inteins, more studies are focusing on identifyin
2323
[![license MIT or Apache
2424
2.0](https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue)](https://github.com/mooreryan/InteinFinder)
2525

26-
Copyright (c) 2018 - 2023 Ryan M. Moore
26+
Copyright (c) 2018 - 2024 Ryan M. Moore
2727

2828
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.
2929

@@ -33,6 +33,6 @@ Licensed under the Apache License, Version 2.0 or the MIT license, at your optio
3333
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
3434
</a>
3535

36-
Copyright (c) 2022 - 2023 Ryan M. Moore.
36+
Copyright (c) 2022 - 2024 Ryan M. Moore.
3737

3838
This documentation is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(name InteinFinder)
66

7-
(version 24.0.0-SNAPSHOT)
7+
(version 2024.0.0)
88

99
(maintainers "Ryan M. Moore")
1010

lib/config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ module Version = struct
304304

305305
let intein_finder_version =
306306
(* git describe --always --dirty --abbrev=7 *)
307-
let base = "1.0.0-SNAPSHOT" in
307+
let base = "2024.0.0" in
308308
let git_hash =
309309
match%const [%getenv "INTEIN_FINDER_GIT_COMMIT_HASH"] with
310310
| "" ->

test/cram/cli.t/run.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Prints version
66

77
$ InteinFinder --version | ../scripts/redact_git_hash /dev/stdin
8-
1.0.0-SNAPSHOT
8+
2024.0.0
99

1010
No args gives decent message
1111

test/cram/trim_inteins/print_exteins.t/run.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Has a help screen
2727
Has a version
2828

2929
$ RemoveInteins --version | ../../scripts/redact_git_hash /dev/stdin
30-
1.0.0-SNAPSHOT
30+
2024.0.0
3131

0 commit comments

Comments
 (0)