Bump Catala version number

This commit is contained in:
Denis Merigoux 2021-11-07 01:38:17 +01:00
parent 4406ff6690
commit 485d093b7e
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.4.0"
version: "0.5.0"
synopsis:
"Compiler and library for the literate programming language for tax code specification"
description: """

View File

@ -95,7 +95,7 @@ let catala_t f =
const f $ file $ debug $ unstyled $ wrap_weaved_output $ backend $ language
$ max_prec_digits_opt $ trace_opt $ optimize $ ex_scope $ output)
let version = "0.4.0"
let version = "0.5.0"
let info =
let doc =

View File

@ -2,7 +2,7 @@
(name catala)
(version 0.4.0)
(version 0.5.0)
(generate_opam_files true)
@ -75,6 +75,6 @@
(ocaml
(>= 4.08.0))
(catala
(>= 0.4.0))))
(>= 0.5.0))))
(using menhir 2.1)

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.4.0"
version: "0.5.0"
synopsis: "A collection of algorithms and computations defined by French law"
description:
"This library contains the implementations of algorithmic portions of French law. The library source code was generated from Catala annotations of the relevant portions of the French law, see https://catala-lang.org"
@ -12,7 +12,7 @@ bug-reports: "https://github.com/CatalaLang/catala/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08.0"}
"catala" {>= "0.4.0"}
"catala" {>= "0.5.0"}
"odoc" {with-doc}
]
build: [

View File

@ -1,6 +1,6 @@
{
"name": "french_law",
"version": "0.4.0",
"version": "0.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "french_law",
"version": "0.4.0",
"version": "0.5.0",
"description": "Library of computations defined by French legislative texts, extract from Catala programs (https://catala-lang.org)",
"main": "french_law.js",
"dependencies": {