diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 0000000..aa481a2 --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,12 @@ +.. :changelog: + +1.1.0 (2018-03-14) +------------------ + +- pyBSE now outputs a numpy array that includes T_eff, radius, and luminosity. + + +1.0.1 (2018-03-08) +------------------ + +- Initial Release diff --git a/setup.py b/setup.py index 0f8ba06..35a40fe 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dart_board', - version='1.0.0', + version='1.1.0', description='Binary Population Synthesis with MCMC', url='http://github.com/astroJeff/dart_board', author='Jeff J. Andrews',