From 1d8d8cf9d36a274af6fbf0c519c7373605b2f6be Mon Sep 17 00:00:00 2001 From: Junpei Kawamoto Date: Sat, 21 Jan 2017 21:12:06 -0500 Subject: [PATCH] Increment version to 0.5.4. --- README.md | 4 ++-- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9741966..004b4fc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html) [![Build Status](https://travis-ci.org/rgmining/tripadvisor.svg?branch=master)](https://travis-ci.org/rgmining/tripadvisor) [![wercker status](https://app.wercker.com/status/815b060cc2fa911215674efdc1078d50/s/master "wercker status")](https://app.wercker.com/project/byKey/815b060cc2fa911215674efdc1078d50) -[![Release](https://img.shields.io/badge/release-0.5.3-brightgreen.svg)](https://github.com/rgmining/tripadvisor/releases/tag/v0.5.3) -[![PyPi](https://img.shields.io/badge/pypi-0.5.3-brightgreen.svg)](https://pypi.python.org/pypi/rgmining-tripadvisor-dataset) +[![Release](https://img.shields.io/badge/release-0.5.4-brightgreen.svg)](https://github.com/rgmining/tripadvisor/releases/tag/v0.5.4) +[![PyPi](https://img.shields.io/badge/pypi-0.5.4-brightgreen.svg)](https://pypi.python.org/pypi/rgmining-tripadvisor-dataset) [![Logo](https://rgmining.github.io/tripadvisor/_static/image.png)](https://rgmining.github.io/tripadvisor/) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8ee3461..4f83171 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.3' +release = u'0.5.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c24de0a..3d4fb7c 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def _load_requires_from_file(filepath): setup( name="rgmining-tripadvisor-dataset", - version="0.5.3", + version="0.5.4", author="Junpei Kawamoto", author_email="kawamoto.junpei@gmail.com", description="Trip Advisor dataset for Review Graph Mining Project",