Skip to content

Commit 7ced210

Browse files
committed
Update version numbers in various places.
1 parent 8876085 commit 7ced210

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

conda-recipe/factor_analyzer/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "factor_analyzer" %}
2-
{% set version = "0.4.1" %}
2+
{% set version = "0.5.0" %}
33

44
package:
55
name: '{{ name|lower }}'

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464

6565
# General information about the project.
6666
project = "factor_analyzer"
67-
copyright = "2019, Jeremy Biggs"
67+
copyright = "2023, Educational Testing Service"
6868
author = "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.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def requirements(): # noqa: D103
1818

1919
setup(
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
)

0 commit comments

Comments
 (0)