From 443f4342987c511e16a29b6b38cc996800d40df2 Mon Sep 17 00:00:00 2001 From: jdidion Date: Thu, 16 May 2019 10:50:18 -0400 Subject: [PATCH] Bump version --- Makefile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d480b3b..743c324 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ repo = dnanexus/IndexTools package = indextools -version = 0.1.1 +version = 0.1.2 tests = tests BUILD = poetry build && pip install --upgrade dist/$(package)-$(version)-py3-none-any.whl $(installargs) diff --git a/pyproject.toml b/pyproject.toml index 65b31b0..9c1e86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "indextools" -version = "0.1.1" +version = "0.1.2" description = "A toolkit for accelerating genomics using index files." license = "MIT" authors = ["John Didion "]