Skip to content

Commit df85d04

Browse files
authored
Merge pull request #4 from rgmining/bump
Update version and ruff-pre-commit hook
2 parents 1101396 + 6ddc328 commit df85d04

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.11.0
11+
rev: v0.11.2
1212
hooks:
1313
- id: ruff
1414
args: [--fix]

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ using this package:
8686
:target: https://www.gnu.org/copyleft/gpl.html
8787
.. |Build Status| image:: https://github.com/rgmining/tripadvisor/actions/workflows/python-lib.yaml/badge.svg
8888
: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
9292
:target: https://pypi.python.org/pypi/rgmining-tripadvisor-dataset
9393
.. |Japanese| image:: https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg
9494
:target: http://qiita.com/jkawamoto/items/86c687d85efb783bcd7d

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "poetry-core>=2" ]
55

66
[project]
77
name = "rgmining-tripadvisor-dataset"
8-
version = "0.5.6"
8+
version = "0.6.0"
99
description = "Trip Advisor dataset for Review Graph Mining Project"
1010
readme = "README.rst"
1111
keywords = [ "dataset", "mining", "review" ]
@@ -73,7 +73,7 @@ target-version = "py311"
7373
line-length = 79
7474

7575
[tool.bumpversion]
76-
current_version = "0.5.6"
76+
current_version = "0.6.0"
7777
commit = true
7878
pre_commit_hooks = [
7979
"poetry lock",

0 commit comments

Comments
 (0)