Skip to content

Commit

Permalink
Update version numbers in various places.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Jul 7, 2023
1 parent 8876085 commit 7ced210
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/factor_analyzer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "factor_analyzer" %}
{% set version = "0.4.1" %}
{% set version = "0.5.0" %}

package:
name: '{{ name|lower }}'
Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@

# General information about the project.
project = "factor_analyzer"
copyright = "2019, Jeremy Biggs"
copyright = "2023, Educational Testing Service"
author = "Jeremy Biggs"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = "0.4.0"
version = "0.5.1"
# The full version, including alpha/beta/rc tags.
release = "0.4.0"
release = "0.5.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def requirements(): # noqa: D103

setup(
name="factor_analyzer",
version="0.4.1",
version="0.5.0",
description="A Factor Analysis tool written in Python",
long_description=readme(),
keywords="factor analysis",
Expand All @@ -43,6 +43,7 @@ def requirements(): # noqa: D103
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
zip_safe=True,
)

0 comments on commit 7ced210

Please sign in to comment.