From b1afeea912e50328f001c56d141770779ebdf626 Mon Sep 17 00:00:00 2001 From: Massimo Cimmino Date: Thu, 21 Jan 2021 16:34:54 -0500 Subject: [PATCH] Update setup.py and conf.py --- doc/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2e938910..98b14bf5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -76,7 +76,7 @@ # The short X.Y version. version = u'1.1' # The full version, including alpha/beta/rc tags. -release = u'1.1.1' +release = u'1.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 98b63956..e644bddb 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name="pygfunction", - version="1.1.1", + version="1.1.2", packages=['pygfunction', 'pygfunction/examples'], include_package_data=True,