File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
conda-recipe/factor_analyzer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{% set name = "factor_analyzer" %}
2- {% set version = "0.5.0 " %}
2+ {% set version = "0.5.1 " %}
33
44package :
55 name : ' {{ name|lower }}'
Original file line number Diff line number Diff line change 6464
6565# General information about the project.
6666project = "factor_analyzer"
67- copyright = "2023 , Educational Testing Service"
67+ copyright = "2024 , Educational Testing Service"
6868author = "Jeremy Biggs"
6969
7070# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def requirements(): # noqa: D103
1818
1919setup (
2020 name = "factor_analyzer" ,
21- version = "0.5.0 " ,
21+ version = "0.5.1 " ,
2222 description = "A Factor Analysis tool written in Python" ,
2323 long_description = readme (),
2424 keywords = "factor analysis" ,
You can’t perform that action at this time.
0 commit comments