From 7c11ae51eebe2ccd640763d7247594d4637c288b Mon Sep 17 00:00:00 2001 From: Andrew Tavis Date: Sat, 3 Apr 2021 16:56:27 +0200 Subject: [PATCH] Version up to add Shaar models --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index acca348..0c6ad06 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = "causeinfer developers" # The full version, including alpha/beta/rc tags -release = "0.1.1.6" +release = "0.1.1.7" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0b175eb..da53794 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=find_packages(where="src"), package_dir={"": "src"}, include_package_data=True, - version="0.1.1.6", + version="0.1.1.7", author="Andrew Tavis McAllister", author_email="andrew.t.mcallister@gmail.com", classifiers=[