Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Jul 25, 2016
1 parent 8c3e3f8 commit 7faf85f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chainconsumer/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ChainConsumer(object):
""" A class for consuming chains produced by an MCMC walk
"""
__version__ = "0.9.6"
__version__ = "0.9.7"

def __init__(self):
self.logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"keywords": "Python, visualization, mcmc",
"license": "MIT",
"title": "ChainConsumer",
"version": "v0.9.6"
"version": "v0.9.7"
}
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def run_tests(self):
errno = pytest.main(self.pytest_args)
sys.exit(errno)

with open("requirements.txt") as f:
requirements = f.read().splitlines()

setup(name="ChainConsumer",
version=version,
Expand Down

0 comments on commit 7faf85f

Please sign in to comment.