Skip to content

Commit 3834375

Browse files
committed
Bump version to v1.0.0
1 parent 4ac6691 commit 3834375

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ $ python -m pip install --editable .
2525
**Read or download the book via the following link**
2626

2727
- [English - Markdown](https://github.com/mohanson/pxsol/tree/master/doc/en/markdown)
28-
- [English - PDF](https://github.com/mohanson/pxsol/releases/download/v0.5.6/pxsol-en.pdf)
28+
- [English - PDF](https://github.com/mohanson/pxsol/releases/download/v1.0.0/pxsol-en.pdf)
2929
- [English - Web](https://pxsol.vercel.app/)
3030
- [中文 - Markdown](https://github.com/mohanson/pxsol/tree/master/doc/zh/markdown)
31-
- [中文 - PDF](https://github.com/mohanson/pxsol/releases/download/v0.5.6/pxsol-zh.pdf)
31+
- [中文 - PDF](https://github.com/mohanson/pxsol/releases/download/v1.0.0/pxsol-zh.pdf)
3232
- [中文 - Web](http://accu.cc/content/solana/foreword/)
3333

3434
## Usage

doc/en/markdown/content/foreword.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The course primarily uses python language. In the first chapter, we will use pab
1818
This book is available in Chinese and English. You can choose to read online or download offline according to your preference.
1919

2020
- [English - Markdown](https://github.com/mohanson/pxsol/tree/master/doc/en/markdown)
21-
- [English - PDF](https://github.com/mohanson/pxsol/releases/download/v0.5.6/pxsol-en.pdf)
21+
- [English - PDF](https://github.com/mohanson/pxsol/releases/download/v1.0.0/pxsol-en.pdf)
2222
- [English - Web](https://pxsol.vercel.app/)
2323
- [中文 - Markdown](https://github.com/mohanson/pxsol/tree/master/doc/zh/markdown)
24-
- [中文 - PDF](https://github.com/mohanson/pxsol/releases/download/v0.5.6/pxsol-zh.pdf)
24+
- [中文 - PDF](https://github.com/mohanson/pxsol/releases/download/v1.0.0/pxsol-zh.pdf)
2525
- [中文 - Web](http://accu.cc/content/solana/foreword/)
2626

2727
**Small Sponsorship**

doc/zh/markdown/content/foreword.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
本书提供中文和英文版. 您可以根据自己的喜好选择在线阅读或者离线下载.
2121

2222
- [English - Markdown](https://github.com/mohanson/pxsol/tree/master/doc/en/markdown)
23-
- [English - PDF](https://github.com/mohanson/pxsol/releases/download/v0.5.6/pxsol-en.pdf)
23+
- [English - PDF](https://github.com/mohanson/pxsol/releases/download/v1.0.0/pxsol-en.pdf)
2424
- [English - Web](https://pxsol.vercel.app/)
2525
- [中文 - Markdown](https://github.com/mohanson/pxsol/tree/master/doc/zh/markdown)
26-
- [中文 - PDF](https://github.com/mohanson/pxsol/releases/download/v0.5.6/pxsol-zh.pdf)
26+
- [中文 - PDF](https://github.com/mohanson/pxsol/releases/download/v1.0.0/pxsol-zh.pdf)
2727
- [中文 - Web](http://accu.cc/content/solana/foreword/)
2828

2929
**小额赞助**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pxsol"
7-
version = "0.5.6"
7+
version = "1.0.0"
88
authors = [
99
{ name="Mohanson", email="mohanson@outlook.com" },
1010
]

0 commit comments

Comments
 (0)