File tree 3 files changed +4
-4
lines changed
conda-recipe/factor_analyzer
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "factor_analyzer" %}
2
- {% set version = "0.3.0 " %}
2
+ {% set version = "0.3.1 " %}
3
3
{% set file_ext = "tar.gz" %}
4
4
{% set hash_type = "sha256" %}
5
5
{% set hash_value = "94ea4c7d46e846cc7174787adce47156cf58dc257905c878edc5181b4fa300ed" %}
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = '0.3.0 '
69
+ version = '0.3.1 '
70
70
# The full version, including alpha/beta/rc tags.
71
- release = '0.3.0 '
71
+ release = '0.3.1 '
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def requirements():
16
16
17
17
18
18
setup (name = 'factor_analyzer' ,
19
- version = '0.3.0 ' ,
19
+ version = '0.3.1 ' ,
20
20
description = 'A Factor Analysis class' ,
21
21
long_description = readme (),
22
22
keywords = 'factor analysis' ,
You can’t perform that action at this time.
0 commit comments