Skip to content

Commit 42aec65

Browse files
bump: Bump version to 1.6.2 and update documentation
Updated project version to 1.6.2 in CITATION.cff, pyproject.toml, and all relevant documentation files. Adjusted release date and copyright in LICENSE. Updated example wheel filenames and citation instructions in README files across multiple languages. Co-Authored-By: StataMCP-Team <[email protected]>
1 parent 13bb092 commit 42aec65

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors:
55
given-names: "Song"
66
77
title: "Stata-MCP: Let LLM help you achieve your regression analysis with Stata"
8-
version: 1.6.1
9-
date-released: 2025-08-09
8+
version: 1.6.2
9+
date-released: 2025-08-15
1010
url: "https://github.com/sepinetam/stata-mcp"
1111
repository-code: "https://github.com/sepinetam/stata-mcp"
1212
license: Apache-2.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright [yyyy] [name of copyright owner]
190+
Copyright [2025] [Sepine Tam (谭淞)]
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Then you can find the compiled `stata-mcp` binary in the `dist` directory. You c
8181

8282
For example:
8383
```bash
84-
uvx /path/to/your/whl/stata_mcp-1.6.1-py3-non-any.whl # here is the wheel file name, you can change it to your version
84+
uvx /path/to/your/whl/stata_mcp-1.6.2-py3-non-any.whl # here is the wheel file name, you can change it to your version
8585
```
8686

8787
## 📝 Documentation
@@ -123,7 +123,7 @@ If you use Stata-MCP in your research, please cite this repository using one of
123123
title = {Stata-MCP: Let LLM help you achieve your regression analysis with Stata},
124124
year = {2025},
125125
url = {https://github.com/sepinetam/stata-mcp},
126-
version = {1.6.1}
126+
version = {1.6.2}
127127
}
128128
```
129129

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stata-mcp"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "Let LLM help you achieve your regression analysis with Stata"
55
readme = "README.md"
66
authors = [

source/docs/README/cn/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ uv build
8282

8383
例如:
8484
```bash
85-
uvx /path/to/your/whl/stata_mcp-1.6.1-py3-non-any.whl # 这里的文件名可根据版本修改
85+
uvx /path/to/your/whl/stata_mcp-1.6.2-py3-non-any.whl # 这里的文件名可根据版本修改
8686
```
8787

8888
## 📝 文档
@@ -124,7 +124,7 @@ uvx /path/to/your/whl/stata_mcp-1.6.1-py3-non-any.whl # 这里的文件名可
124124
title = {Stata-MCP: Let LLM help you achieve your regression analysis with Stata},
125125
year = {2025},
126126
url = {https://github.com/sepinetam/stata-mcp},
127-
version = {1.6.1}
127+
version = {1.6.2}
128128
}
129129
```
130130

source/docs/README/fr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Vous trouverez ensuite le binaire `stata-mcp` compilé dans le répertoire `dist
8181

8282
Par exemple:
8383
```bash
84-
uvx /path/to/your/whl/stata_mcp-1.6.1-py3-non-any.whl # modifiez le nom du fichier selon votre version
84+
uvx /path/to/your/whl/stata_mcp-1.6.2-py3-non-any.whl # modifiez le nom du fichier selon votre version
8585
```
8686

8787
## 📝 Documentation
@@ -123,7 +123,7 @@ Si vous utilisez Stata-MCP dans vos recherches, veuillez citer ce référentiel
123123
title = {Stata-MCP: Let LLM help you achieve your regression analysis with Stata},
124124
year = {2025},
125125
url = {https://github.com/sepinetam/stata-mcp},
126-
version = {1.6.1}
126+
version = {1.6.2}
127127
}
128128
```
129129

source/docs/README/sp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ A continuación, encontrarás el binario `stata-mcp` compilado en el directorio
8181

8282
Por ejemplo:
8383
```bash
84-
uvx /path/to/your/whl/stata_mcp-1.6.1-py3-non-any.whl # cambia el nombre del archivo según tu versión
84+
uvx /path/to/your/whl/stata_mcp-1.6.2-py3-non-any.whl # cambia el nombre del archivo según tu versión
8585
```
8686

8787
## 📝 Documentación
@@ -123,7 +123,7 @@ Si utilizas Stata-MCP en tu investigación, por favor cita este repositorio util
123123
title = {Stata-MCP: Let LLM help you achieve your regression analysis with Stata},
124124
year = {2025},
125125
url = {https://github.com/sepinetam/stata-mcp},
126-
version = {1.6.1}
126+
version = {1.6.2}
127127
}
128128
```
129129

0 commit comments

Comments
 (0)