Skip to content

Commit ab2f84a

Browse files
committed
Update version to 2.61.0 in pyproject.toml and README.md, reflecting the latest release.
1 parent f1b60f8 commit ab2f84a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Scientific Agent Skills
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)
4-
[![Version](https://img.shields.io/badge/Version-2.60.0-blue.svg)](pyproject.toml)
4+
[![Version](https://img.shields.io/badge/Version-2.61.0-blue.svg)](pyproject.toml)
55
[![Skills](https://img.shields.io/badge/Skills-158-brightgreen.svg)](#-whats-included)
66
[![Databases](https://img.shields.io/badge/Databases-100%2B-orange.svg)](#-whats-included)
77
[![Agent Skills](https://img.shields.io/badge/Standard-Agent_Skills-blueviolet.svg)](https://agentskills.io/)
@@ -165,7 +165,7 @@ Pin to a specific release tag or commit SHA for reproducible installs:
165165

166166
```bash
167167
# Pin to a release tag
168-
gh skill install K-Dense-AI/scientific-agent-skills --pin v2.60.0
168+
gh skill install K-Dense-AI/scientific-agent-skills --pin v2.61.0
169169

170170
# Pin to a commit SHA
171171
gh skill install K-Dense-AI/scientific-agent-skills --pin abc123def

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scientific-agent-skills"
3-
version = "2.60.0"
3+
version = "2.61.0"
44
description = "A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing."
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)