Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed May 16, 2019
1 parent 78b4aa8 commit 443f434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <jdidion@dnanexus.com>"]
Expand Down

0 comments on commit 443f434

Please sign in to comment.