diff --git a/README.md b/README.md index d8b92e1..5f8e6a0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Table of Contents - [参考](#参考) - [License](#license) - [更新历史](#更新历史) + - [v2.0.1](#v201) - [v2.0.0](#v200) - [v1.1.4](#v114) - [v1.1.3](#v113) @@ -295,6 +296,10 @@ Table of Contents ## 更新历史 +### v2.0.1 + +- 修复打包错误. + ### v2.0.0 - 优化部分代码 diff --git a/pyproject.toml b/pyproject.toml index 4e8db98..0150c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "subfinder" -version = "2.0.0" +version = "2.0.1" description = "subfinder -- a general finder for subtitles" authors = ["ausaki "] repository = "https://github.com/ausaki/subfinder/" diff --git a/subfinder/__init__.py b/subfinder/__init__.py index 1a4ca95..8bbe7d0 100644 --- a/subfinder/__init__.py +++ b/subfinder/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.0.0' +__version__ = '2.0.1' __author__ = 'ausaki' diff --git a/subfinder/subsearcher/subsearcher.py b/subfinder/subsearcher/subsearcher.py index 3e0ea26..fd13826 100644 --- a/subfinder/subsearcher/subsearcher.py +++ b/subfinder/subsearcher/subsearcher.py @@ -1,7 +1,6 @@ # -*- coding: utf8 -*- from __future__ import unicode_literals from abc import abstractmethod, ABCMeta -from build.lib import subfinder import os from os.path import join import re