From ba9781cadddeb88497560de44d3c3c06b9d29e5d Mon Sep 17 00:00:00 2001 From: URenko <18209292+URenko@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:45:18 +0000 Subject: [PATCH] v0.9.4 --- README.en.md | 2 +- README.md | 2 +- accesser/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 81c9e8e..a7168cd 100644 --- a/README.en.md +++ b/README.en.md @@ -14,7 +14,7 @@ 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.9.3/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.9.4/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.10* or later is already installed ``` pip3 install -U "accesser[doh,doq]" diff --git a/README.md b/README.md index ba70f63..d8fd29f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## 使用 ### 如果不知道什么是Python -从[这里](https://github.com/URenko/Accesser/releases/download/v0.9.3/accesser.exe)下载Windows一键程序,运行既可(建议关闭其他代理软件),首次使用会要求安装证书,选是即可。 +从[这里](https://github.com/URenko/Accesser/releases/download/v0.9.4/accesser.exe)下载Windows一键程序,运行既可(建议关闭其他代理软件),首次使用会要求安装证书,选是即可。 ### 如果已经安装了Python 3.10*或更高版本 ``` pip3 install -U "accesser[doh,doq]" diff --git a/accesser/__init__.py b/accesser/__init__.py index 5d64595..38adf3b 100644 --- a/accesser/__init__.py +++ b/accesser/__init__.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '0.9.3' +__version__ = '0.9.4' import os, sys import json diff --git a/pyproject.toml b/pyproject.toml index 7b61b84..4ec6732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "accesser" -version = "0.9.3" +version = "0.9.4" authors = [ { name="URenko" }, ]