Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python and R versions. #2126

Merged
merged 2 commits into from
Mar 1, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adam-python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from __future__ import print_function

version = '0.25.0a0'
version = '0.26.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be '0.26.0a0' after it is pushed to pypi as 0.26.0

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, so that is the rough equivalent to 0.27.0-SNAPSHOT then?

Copy link
Contributor

@akmorrow13 akmorrow13 Feb 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep! @heuermh the only difference is you have to update the minor version for the "snapshot" everytime you push (ie if you push 0.26.0a1, update it to 0.26.0a2)


if __name__ == '__main__':
print(version)
2 changes: 1 addition & 1 deletion adam-r/bdgenomics.adam/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bdgenomics.adam
Type: Package
Version: 0.24.0
Version: 0.26.0
Title: R Frontend for Big Data Genomics/ADAM
Description: ADAM is a genomics analysis platform with specialized file formats built using Apache Avro, Apache Spark and Parquet.
Author: Big Data Genomics
Expand Down