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

Commit

Permalink
Bump version, update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed May 16, 2019
1 parent 657892d commit 0adf4e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.0 (dev)
## 0.1.1

* Change package name to 'indextools' to avoid collision with existing idxtools package

## 0.1.0

* Initial release
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.0
version = 0.1.1
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.0"
version = "0.1.1"
description = "A toolkit for accelerating genomics using index files. "
authors = ["John Didion <jdidion@dnanexus.com>"]

Expand Down

0 comments on commit 0adf4e0

Please sign in to comment.