Skip to content

Commit 5409ca9

Browse files
committed
Prepare for release 0.4.1
1 parent 2b58ad8 commit 5409ca9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arrayjit.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: "0.4.1~beta2"
3+
version: "0.4.1"
44
synopsis:
55
"An array language compiler with multiple backends (CPU, CUDA), staged compilation"
66
description:

dune-project

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

55
(name ocannl)
66

7-
(version 0.4.1~beta2)
7+
(version 0.4.1)
88

99
(generate_opam_files true)
1010

neural_nets_lib.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: "0.4.1~beta2"
3+
version: "0.4.1"
44
synopsis:
55
"A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax"
66
description:

ocannl_npy.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: "0.4.1~beta2"
3+
version: "0.4.1"
44
synopsis: "Numpy file format support for ocaml"
55
maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
66
authors: ["Laurent Mazare"]

0 commit comments

Comments
 (0)