Skip to content

Commit

Permalink
feat: 更改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
azicen committed Nov 24, 2024
1 parent 2a5e54e commit f0b3c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2024 azicen <chenjiazi2000@outlook.com>
# Copyright (C) 2024 azicen <chenjiazi@aliyun.com>
#
# Basic plugin template created by the Deluge Team.
#
Expand All @@ -10,8 +10,8 @@

__plugin_name__ = 'PeerBanHelperAdapter'
__author__ = 'azicen'
__author_email__ = 'chenjiazi2000@outlook.com'
__version__ = '1.1.0'
__author_email__ = 'chenjiazi@aliyun.com'
__version__ = '1.2.0'
__url__ = 'https://github.com/PBH-BTN/PBH-Adapter-Deluge'
__license__ = 'MIT license'
__description__ = 'PeerBanHelper Deluge Adapter Plugin.'
Expand Down

0 comments on commit f0b3c73

Please sign in to comment.