Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ausaki committed Jul 27, 2020
1 parent 6a83e6c commit 282dde2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -295,6 +296,10 @@ Table of Contents

## 更新历史

### v2.0.1

- 修复打包错误.

### v2.0.0

- 优化部分代码
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/ausaki/subfinder/"
Expand Down
2 changes: 1 addition & 1 deletion subfinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.0.0'
__version__ = '2.0.1'
__author__ = 'ausaki'
1 change: 0 additions & 1 deletion subfinder/subsearcher/subsearcher.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 282dde2

Please sign in to comment.