From 99aa224db4ea2bc95cbb1f0890a4d56034752a95 Mon Sep 17 00:00:00 2001 From: jbiggsets Date: Mon, 8 Apr 2019 15:08:38 -0400 Subject: [PATCH] hotfix, version 0.3.1 --- conda-recipe/factor_analyzer/meta.yaml | 2 +- doc/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda-recipe/factor_analyzer/meta.yaml b/conda-recipe/factor_analyzer/meta.yaml index 2f4fddc..c8dcff0 100644 --- a/conda-recipe/factor_analyzer/meta.yaml +++ b/conda-recipe/factor_analyzer/meta.yaml @@ -1,5 +1,5 @@ {% set name = "factor_analyzer" %} -{% set version = "0.3.0" %} +{% set version = "0.3.1" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} {% set hash_value = "94ea4c7d46e846cc7174787adce47156cf58dc257905c878edc5181b4fa300ed" %} diff --git a/doc/conf.py b/doc/conf.py index 1fd5bc9..ec806a1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '0.3.0' +version = '0.3.1' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.3.1' # 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 e40e0c6..61019d2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def requirements(): setup(name='factor_analyzer', - version='0.3.0', + version='0.3.1', description='A Factor Analysis class', long_description=readme(), keywords='factor analysis',