bump to 0.1.0

This commit is contained in:
xenia 2024-11-27 22:23:38 -05:00
parent e19bcf7ff7
commit b7b41e9127
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
(lang dune 3.15)
(name systemd-ml)
(version 0.0.1)
(version 0.1.0)
(generate_opam_files true)

View File

@ -21,7 +21,7 @@
}:
buildDunePackage rec {
pname = "systemd";
version = "0.0.1";
version = "0.1.0";
src = gitSource { root = ./.; };
minimalOCamlVersion = "5.1";

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.0.1"
version: "0.1.0"
synopsis: "libsystemd-like functionality for native ocaml"
description:
"utilities for interacting with systemd when running as a service"