File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.11.0
11
+ rev : v0.11.2
12
12
hooks :
13
13
- id : ruff
14
14
args : [--fix]
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ using this package:
86
86
:target: https://www.gnu.org/copyleft/gpl.html
87
87
.. |Build Status | image :: https://github.com/rgmining/tripadvisor/actions/workflows/python-lib.yaml/badge.svg
88
88
:target: https://github.com/rgmining/tripadvisor/actions/workflows/python-lib.yaml
89
- .. |Release | image :: https://img.shields.io/badge/release-0.5.6 -brightgreen.svg
90
- :target: https://github.com/rgmining/tripadvisor/releases/tag/v0.5.6
91
- .. |PyPi | image :: https://img.shields.io/badge/pypi-0.5.6 -brightgreen.svg
89
+ .. |Release | image :: https://img.shields.io/badge/release-0.6.0 -brightgreen.svg
90
+ :target: https://github.com/rgmining/tripadvisor/releases/tag/v0.6.0
91
+ .. |PyPi | image :: https://img.shields.io/badge/pypi-0.6.0 -brightgreen.svg
92
92
:target: https://pypi.python.org/pypi/rgmining-tripadvisor-dataset
93
93
.. |Japanese | image :: https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg
94
94
:target: http://qiita.com/jkawamoto/items/86c687d85efb783bcd7d
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "poetry-core>=2" ]
5
5
6
6
[project ]
7
7
name = " rgmining-tripadvisor-dataset"
8
- version = " 0.5.6 "
8
+ version = " 0.6.0 "
9
9
description = " Trip Advisor dataset for Review Graph Mining Project"
10
10
readme = " README.rst"
11
11
keywords = [ " dataset" , " mining" , " review" ]
@@ -73,7 +73,7 @@ target-version = "py311"
73
73
line-length = 79
74
74
75
75
[tool .bumpversion ]
76
- current_version = " 0.5.6 "
76
+ current_version = " 0.6.0 "
77
77
commit = true
78
78
pre_commit_hooks = [
79
79
" poetry lock" ,
You can’t perform that action at this time.
0 commit comments