Skip to content

Commit 99aa224

Browse files
author
jbiggsets
committed
hotfix, version 0.3.1
1 parent ffe6083 commit 99aa224

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda-recipe/factor_analyzer/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "factor_analyzer" %}
2-
{% set version = "0.3.0" %}
2+
{% set version = "0.3.1" %}
33
{% set file_ext = "tar.gz" %}
44
{% set hash_type = "sha256" %}
55
{% set hash_value = "94ea4c7d46e846cc7174787adce47156cf58dc257905c878edc5181b4fa300ed" %}

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '0.3.0'
69+
version = '0.3.1'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '0.3.0'
71+
release = '0.3.1'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def requirements():
1616

1717

1818
setup(name='factor_analyzer',
19-
version='0.3.0',
19+
version='0.3.1',
2020
description='A Factor Analysis class',
2121
long_description=readme(),
2222
keywords='factor analysis',

0 commit comments

Comments
 (0)