Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Update version to 0.2.1 in preparation for new pip package.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 224363513
  • Loading branch information
Genomics team in Google Brain authored and Copybara-Service committed Dec 6, 2018
1 parent 9b975f0 commit 27e7c29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,16 @@ bazel test -c opt $COPT_FLAGS nucleus/...

## Version

This is Nucleus 0.2.0. Nucleus follows [semantic
This is Nucleus 0.2.1. Nucleus follows [semantic
versioning](https://semver.org/).

New in 0.2.1:

* Upgrades htslib dependency from 1.6 to 1.9.
* Minor VCF parsing fixes.
* Added new example program, apply\_genotyping\_prior.
* Slightly more robust pip package.

New in 0.2.0:

* Support for reading and writing BedGraph files.
Expand Down
2 changes: 1 addition & 1 deletion nucleus/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def is_python_file(fn):

setup(
name='google-nucleus',
version='0.2.0',
version='0.2.1',
description='A library for reading and writing genomics data.',
long_description=
"""
Expand Down

0 comments on commit 27e7c29

Please # to comment.