Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
KenSakayori committed Dec 20, 2024
1 parent dd66193 commit c06a88b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
(using menhir 2.0)
(name rethfl)
(generate_opam_files)
(version 0.1)
(version 0.2)
(source (github hopv/rethfl))
(license Apache-2.0)
(authors "katsura" "Hogeyama")
(maintainers "katsura@kb.is.s.u-tokyo.ac.jp")
(maintainers "Hiroyuki Katsura <katsura@kb.is.s.u-tokyo.ac.jp>, Ken Sakayori <sakayori@kb.is.s.u-tokyo.ac.jp>")

(package
(name rethfl)
Expand Down
6 changes: 4 additions & 2 deletions rethfl.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "A nuHFLZ solver based on refinement types"
maintainer: ["katsura@kb.is.s.u-tokyo.ac.jp"]
maintainer: [
"Hiroyuki Katsura <katsura@kb.is.s.u-tokyo.ac.jp>, Ken Sakayori <sakayori@kb.is.s.u-tokyo.ac.jp>"
]
authors: ["katsura" "Hogeyama"]
license: "Apache-2.0"
homepage: "https://github.com/hopv/rethfl"
Expand Down

0 comments on commit c06a88b

Please sign in to comment.