This repository was archived by the owner on Oct 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.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
89+ .. |Release | image :: https://img.shields.io/badge/release-0.6.1 -brightgreen.svg
90+ :target: https://github.com/rgmining/tripadvisor/releases/tag/v0.6.1
91+ .. |PyPi | image :: https://img.shields.io/badge/pypi-0.6.1 -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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "poetry-core>=2" ]
55
66[project ]
77name = " rgmining-tripadvisor-dataset"
8- version = " 0.6.0 "
8+ version = " 0.6.1 "
99description = " Trip Advisor dataset for Review Graph Mining Project"
1010readme = " README.rst"
1111keywords = [ " dataset" , " mining" , " review" ]
@@ -73,7 +73,7 @@ target-version = "py311"
7373line-length = 79
7474
7575[tool .bumpversion ]
76- current_version = " 0.6.0 "
76+ current_version = " 0.6.1 "
7777commit = true
7878pre_commit_hooks = [
7979 " poetry lock" ,
You can’t perform that action at this time.
0 commit comments