Skip to content

Commit

Permalink
update to 1.0.2
Browse files Browse the repository at this point in the history
update to 1.0.2
  • Loading branch information
firezym committed Nov 19, 2024
1 parent 06ddf68 commit 75fde25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to PyPI
on:
push:
tags:
- 'v1.0.1' # 当推送标签时触发(如 v1.0.0)
- 'v1.0.2' # 当推送标签时触发(如 v1.0.0)

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 1.0.1 2024 Nov 19
## 1.0.2 2024 Nov 19

- automatic pypi release

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-notechat",
"version": "1.0.1",
"version": "1.0.2",
"description": "Chat with an AI Assistant in the Notebook",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 75fde25

Please sign in to comment.