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.5.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 309088440
  • Loading branch information
gunjanbaid authored and copybara-github committed Apr 29, 2020
1 parent 31804d5 commit f254b26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ bazel test -c opt $COPT_FLAGS nucleus/...

## Version

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

New in 0.5.1:

* Added new utilities for working with DeepVariant pileup images and variant protos.

New in 0.5.0:

* Fixed bug preventing Nucleus to work with TensorFlow 2.0.
Expand Down
2 changes: 1 addition & 1 deletion nucleus/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -x

# When changing NUCLEUS_VERSION, be sure to also change it in
# egg_files/PKG-INFO.
NUCLEUS_VERSION="0.5.0"
NUCLEUS_VERSION="0.5.1"
PACKAGE_NAME="google_nucleus-${NUCLEUS_VERSION}"
PYTHON_VERSION="3.5"

Expand Down
2 changes: 1 addition & 1 deletion nucleus/pip_package/egg_files/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: google-nucleus
Version: 0.5.0
Version: 0.5.1
Summary: A library for reading and writing genomics data.
Home-page: https://github.com/google/nucleus
Author: The Genomics team in Google Brain
Expand Down

0 comments on commit f254b26

Please sign in to comment.