Skip to content

Commit 63ff3f2

Browse files
committed
Bumped ai-personas versions to 1.3.1 ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent 32efdcd commit 63ff3f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ai-personas/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<a href="https://pepy.tech/projects/ai-personas?versions=*">
66
<img height=31 src="https://img.shields.io/pepy/dt/ai-personas?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7-
<a href="https://github.com/KudoAI/ai-personas/releases/tag/python-v1.3.0">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.3.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/KudoAI/ai-personas/releases/tag/python-v1.3.1">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.3.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="#%EF%B8%8F-license">
1010
<img height=31 src="https://img.shields.io/badge/License-CC0--1.0/MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1111
<a href="https://www.codefactor.io/repository/github/KudoAI/ai-personas">
@@ -15,7 +15,7 @@
1515

1616
> ### _1,200+ AI personas for LLMs and agents._
1717
18-
It's just a [JSON file](https://cdn.jsdelivr.net/gh/KudoAI/ai-personas@python-v1.3.0/data/ai-personas.json), so you can use it in any environment.
18+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/KudoAI/ai-personas@python-v1.3.1/data/ai-personas.json), so you can use it in any environment.
1919

2020
<a href="#"><img style="height:10px ; width:100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@7da7074/assets/images/separators/aqua-gradient.png"></a>
2121

ai-personas/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "ai-personas"
10-
version = "1.3.0"
10+
version = "1.3.1"
1111
description = "1,200+ AI personas for LLMs and agents."
1212
authors = [
1313
{ name = "KudoAI", email = "contact@kudoai.com" },
@@ -85,7 +85,7 @@ classifiers = [
8585
]
8686

8787
[project.urls]
88-
Changelog = "https://github.com/KudoAI/ai-personas/releases/tag/ai-personas-1.3.0"
88+
Changelog = "https://github.com/KudoAI/ai-personas/releases/tag/ai-personas-1.3.1"
8989
Documentation = "https://github.com/KudoAI/ai-personas/tree/main/python/#readme"
9090
Funding = "https://github.com/sponsors/KudoAI"
9191
Homepage = "https://github.com/KudoAI/ai-personas/#readme"

0 commit comments

Comments
 (0)