Skip to content

Commit

Permalink
version bump v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
URenko committed Feb 9, 2023
1 parent 6ea5907 commit 4435822
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Because the main users of this project are in mainland China, you may encounter

## Usage
### If you don't know what Python is
Download Windows executable program from [here](https://github.com/URenko/Accesser/releases/download/v0.8.0rc1/accesser.exe) and run it. The first time you use it, you will be asked to install a certificate, just select yes.
Download Windows executable program from [here](https://github.com/URenko/Accesser/releases/download/v0.8.0/accesser.exe) and run it. The first time you use it, you will be asked to install a certificate, just select yes.
### If Python 3.11* or later is already installed
```
pip3 install git+https://github.com/URenko/Accesser.git
pip3 install -U accesser[doh]
```
To use DNS-over-HTTPS, you need install `httpx` with `pip install httpx[http2]`.
If you don't need DNS-over-HTTPS, you can install without `[doh]`.

Then launch it with the following command:
```
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

## 使用
### 如果不知道什么是Python
[这里](https://github.com/URenko/Accesser/releases/download/v0.8.0rc1/accesser.exe)下载Windows一键程序,运行既可,首次使用会要求安装证书,选是即可。
[这里](https://github.com/URenko/Accesser/releases/download/v0.8.0/accesser.exe)下载Windows一键程序,运行既可,首次使用会要求安装证书,选是即可。
### 如果已经安装了Python 3.11*或更高版本
```
pip3 install git+https://github.com/URenko/Accesser.git
pip3 install -U accesser[doh]
```
如果要使用DNS-over-HTTPS,需要使用`pip install httpx[http2]`安装`httpx`
如果你不需要DNS-over-HTTPS,则可以不用带`[doh]`

然后通过如下命令启动:
```
Expand Down
2 changes: 1 addition & 1 deletion accesser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = '0.8.0rc1'
__version__ = '0.8.0'

import os, sys
import json
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "accesser"
version = "0.8.0rc1"
version = "0.8.0"
authors = [
{ name="URenko" },
]
Expand Down

0 comments on commit 4435822

Please sign in to comment.