From 56722efb393891a8f6bdee99e5e620623f18d838 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Mon, 18 Dec 2023 10:50:40 +0100
Subject: [PATCH] version v0.1.3

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4feb5e7..06364b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -101,7 +101,7 @@ dependencies = [
 
 [[package]]
 name = "bigwig2bam"
-version = "0.1.2"
+version = "0.1.3"
 dependencies = [
  "bam",
  "bigtools",
diff --git a/Cargo.toml b/Cargo.toml
index bf25e8d..0d97efe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-or-later
 [package]
 name = "bigwig2bam"
-version = "0.1.2"
+version = "0.1.3"
 edition = "2021"
 description = "A command line tools to convert bigwig file into single-end bam file"
 license = "AGPL-3.0-or-later"
diff --git a/Dockerfile b/Dockerfile
index 40db605..79aa0a5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-or-later
 FROM rust:1.70-alpine3.18 AS build
 
-RUN apk add --no-cache musl-dev pkgconfig openssl-dev libc-dev && cargo install bigwig2bam --version 0.1.2
+RUN apk add --no-cache musl-dev pkgconfig openssl-dev libc-dev && cargo install bigwig2bam --version 0.1.3
 
 FROM alpine:3.18
 
-- 
GitLab