Skip to content

Commit

Permalink
Merge pull request #145 in SAT/pbcore from feature/MBFX-30-version-bu…
Browse files Browse the repository at this point in the history
…mp to develop

* commit 'db8421035931c3afa7855377351f143e8945993b':
  Version bump to 1.7.1
  • Loading branch information
pb-dseifert committed Apr 5, 2019
2 parents 4d375fd + db84210 commit 0710803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sys, os

# don't forget to update setup.py and pbcore/__init__.py too
__VERSION__ = '1.7.0'
__VERSION__ = '1.7.1'


# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
2 changes: 1 addition & 1 deletion pbcore/__init__.py
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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0710803

Please sign in to comment.