Skip to content

Commit

Permalink
Increment version to 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jan 16, 2017
1 parent 7f903db commit 5bb3617
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Trip Advisor Dataset Loader
[![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)
[![Release](https://img.shields.io/badge/release-0.5.0-brightgreen.svg)](https://github.com/rgmining/tripadvisor/releases/tag/v0.5.0)
[![PyPi](https://img.shields.io/badge/pypi-0.5.0-brightgreen.svg)](https://pypi.python.org/pypi/rgmining-tripadvisor-dataset)
[![Release](https://img.shields.io/badge/release-0.5.2-brightgreen.svg)](https://github.com/rgmining/tripadvisor/releases/tag/v0.5.2)
[![PyPi](https://img.shields.io/badge/pypi-0.5.2-brightgreen.svg)](https://pypi.python.org/pypi/rgmining-tripadvisor-dataset)

For the [Review Graph Mining project](https://github.com/rgmining),
this package provides a loader of the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = u'0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.5.0'
release = u'0.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _load_requires_from_file(filepath):

setup(
name="rgmining-tripadvisor-dataset",
version="0.5.1",
version="0.5.2",
author="Junpei Kawamoto",
author_email="kawamoto.junpei@gmail.com",
description="Trip Advisor dataset for Review Graph Mining Project",
Expand Down

0 comments on commit 5bb3617

Please sign in to comment.