File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
conda-recipe/factor_analyzer Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11{% set name = "factor_analyzer" %}
2- {% set version = "0.4.1 " %}
2+ {% set version = "0.5.0 " %}
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 = "2019, Jeremy Biggs "
67+ copyright = "2023, Educational Testing Service "
6868author = "Jeremy Biggs"
6969
7070# The version info for the project you're documenting, acts as replacement for
7171# |version| and |release|, also used in various other places throughout the
7272# built documents.
7373#
7474# The short X.Y version.
75- version = "0.4.0 "
75+ version = "0.5.1 "
7676# The full version, including alpha/beta/rc tags.
77- release = "0.4.0 "
77+ release = "0.5.1 "
7878
7979# The language for content autogenerated by Sphinx. Refer to documentation
8080# for a list of supported languages.
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.4.1 " ,
21+ version = "0.5.0 " ,
2222 description = "A Factor Analysis tool written in Python" ,
2323 long_description = readme (),
2424 keywords = "factor analysis" ,
@@ -43,6 +43,7 @@ def requirements(): # noqa: D103
4343 "Programming Language :: Python :: 3.8" ,
4444 "Programming Language :: Python :: 3.9" ,
4545 "Programming Language :: Python :: 3.10" ,
46+ "Programming Language :: Python :: 3.11" ,
4647 ],
4748 zip_safe = True ,
4849)
You can’t perform that action at this time.
0 commit comments