Skip to content

Commit bec1579

Browse files
committed
create tag v_0.4.1
1 parent c44b964 commit bec1579

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/issues_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/stale@v5
1414
with:
1515
days-before-issue-stale: -1
16-
days-before-issue-close: 60
16+
days-before-issue-close: 180
1717
stale-issue-label: "stale"
1818
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
19-
close-issue-message: "This issue was closed because it has been inactive for 60 days."
19+
close-issue-message: "This issue was closed because it has been inactive for 180 days."
2020
days-before-pr-stale: -1
2121
days-before-pr-close: -1
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[metadata]
22
name = MMSA-FET
3-
version = 0.4.0
3+
version = 0.4.1
44
author = THUIAR
55
maintainer = FlameSky
66
description = A Tool for extracting multimodal features from videos.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url = https://github.com/FlameSky-S/MMSA_FET
9+
url = https://github.com/thuiar/MMSA_FET
1010
keywords = multimodal, sentiment analysis, feature extraction, mosi, mosei
1111
project_urls =
12-
Documentation = https://github.com/FlameSky-S/MMSA-FET/wiki
13-
Tracker = https://github.com/FlameSky-S/MMSA_FET/issues
12+
Documentation = https://github.com/thuiar/MMSA-FET/wiki
13+
Tracker = https://github.com/thuiar/MMSA_FET/issues
1414
classifiers =
1515
Programming Language :: Python :: 3.10
1616
Programming Language :: Python :: 3.11

0 commit comments

Comments
 (0)