From fce2c5ed5bd4397d7d6c20de61823178313620c6 Mon Sep 17 00:00:00 2001 From: Roni Kobrosly Date: Wed, 19 Aug 2020 22:40:59 -0400 Subject: [PATCH] bumped version --- docs/changelog.rst | 5 +++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5bf42a1..9f0b9d3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Change Log ========== +Version 0.3.7 +------------- +- Bumped version for PyPi + + Version 0.3.6 ------------- - Fixed bug in Mediation.calculate_mediation that would clip treatments < 0 or > 1 diff --git a/docs/conf.py b/docs/conf.py index 3ae201c..a24f26d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Roni Kobrosly' # The full version, including alpha/beta/rc tags -release = '0.3.6' +release = '0.3.7' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 38b8747..058c782 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="causal-curve", - version="0.3.6", + version="0.3.7", author="Roni Kobrosly", author_email="roni.kobrosly@gmail.com", description="A python library with tools to perform causal inference using \