From 8b7ce43d365e638609fbafd84baf99c58bf235dc Mon Sep 17 00:00:00 2001 From: Nestor Espinoza Date: Fri, 20 Sep 2019 20:48:09 +0200 Subject: [PATCH] Minor bug fix version increase. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f15f7a0..e3e8c6e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='juliet', - version='2.0.10', + version='2.0.11', description='juliet: a versatile modelling tool for transiting exoplanets, radial-velocity systems or both', url='http://github.com/nespinoza/juliet', author='Nestor Espinoza',