Skip to content

Commit

Permalink
feat: Prepare release 👽
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoncorbari committed Nov 3, 2022
1 parent 737177f commit 5d3ad9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Five Factor E Library 📦

![version 1.2.0][img_version]
![version 1.3.0][img_version]
![python 3.7 | 3.8 | 3.9 | 3.10][python_version]
[![PyPI Downloads](https://img.shields.io/pypi/dm/five-factor-e.svg?label=PyPI%20downloads)](
https://pypi.org/project/five-factor-e/)
Expand Down Expand Up @@ -44,8 +44,8 @@ For more information to demystify the Big Five, please see the article: [Measuri

Notes: *In the response input pattern, the order of array elements must be followed:*

| Option | Array |
| ------------------------------- | ----------- |
| Option | Array |
| ------------------------------- | ----------- |
| Very Inaccurate | 5 |
| Moderately Inaccurate | 4 |
| Neither Accurate Nor Inaccurate | 3 |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = "1.2.0"
VERSION = "1.3.0"
DESCRIPTION = "Big 5 IPIP-NEO Personality Traits"
LONG_DESCRIPTION = "Library with a self-administered questionnaire that assesses a person's personality according to the Big Five model, using the IPIP-NEO."

Expand Down

0 comments on commit 5d3ad9d

Please sign in to comment.