-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 in SAT/pbcore from feature/MBFX-30-version-bu…
…mp to develop * commit 'db8421035931c3afa7855377351f143e8945993b': Version bump to 1.7.1
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from __future__ import absolute_import | ||
|
||
# don't forget to update setup.py and doc/conf.py too | ||
__VERSION__ = "1.7.0" | ||
__VERSION__ = "1.7.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
setup( | ||
name='pbcore', | ||
version='1.7.0', # don't forget to update pbcore/__init__.py and doc/conf.py too | ||
version='1.7.1', # don't forget to update pbcore/__init__.py and doc/conf.py too | ||
author='Pacific Biosciences', | ||
author_email='[email protected]', | ||
description='A Python library for reading and writing PacBio® data files', | ||
|