Skip to content

Commit 7a09307

Browse files
committed
Merge pull request #6 from jakeret/v011
V011
2 parents eddfd7f + 4e14933 commit 7a09307

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

HISTORY.rst

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ History
66
++++++++++++++++++
77

88
* Python 3 support
9+
* Minor fixes
10+
* Improved documentation
911

1012
0.1.0 (2015-04-28)
1113
++++++++++++++++++

abcpmc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__author__ = 'Joel Akeret'
1515
__email__ = '[email protected]'
16-
__version__ = '0.1.0'
16+
__version__ = '0.1.1'
1717
__credits__ = 'ETH Zurich, Institute for Astronomy'
1818

1919
from abcpmc.sampler import *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run_tests(self):
4444

4545
setup(
4646
name='abcpmc',
47-
version='0.1.0',
47+
version='0.1.1',
4848
description='approximate bayesian computing with population monte carlo',
4949
long_description=readme + '\n\n' + doclink + '\n\n' + history,
5050
author='Joel Akeret',

0 commit comments

Comments
 (0)