File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
conda-recipe/factor_analyzer Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" %}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def requirements():
1616
1717
1818setup (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' ,
You can’t perform that action at this time.
0 commit comments