Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jun 24, 2017
1 parent 56ab5e1 commit 286f2cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

Expand All @@ -8,3 +8,4 @@ tag = True
[bumpversion:file:README.rst]

[bumpversion:file:docs/source/conf.py]

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Amazon Dataset Loader
[![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)
[![Build Status](https://travis-ci.org/rgmining/amazon.svg?branch=master)](https://travis-ci.org/rgmining/amazon)
[![Release](https://img.shields.io/badge/release-0.5.0-brightgreen.svg)](https://github.com/rgmining/amazon/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.1-brightgreen.svg)](https://github.com/rgmining/amazon/releases/tag/v0.5.1)
[![PyPi](https://img.shields.io/badge/pypi-0.5.1-brightgreen.svg)](https://pypi.python.org/pypi/rgmining-tripadvisor-dataset)

[![Logo](https://rgmining.github.io/amazon/_static/image.png)](https://rgmining.github.io/amazon/)

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ using this package:
:target: https://www.gnu.org/copyleft/gpl.html
.. |Build Status| image:: https://travis-ci.org/rgmining/amazon.svg?branch=master
:target: https://travis-ci.org/rgmining/amazon
.. |Release| image:: https://img.shields.io/badge/release-0.5.0-brightgreen.svg
:target: https://github.com/rgmining/amazon/releases/tag/v0.5.0
.. |PyPi| image:: https://img.shields.io/badge/pypi-0.5.0-brightgreen.svg
.. |Release| image:: https://img.shields.io/badge/release-0.5.1-brightgreen.svg
:target: https://github.com/rgmining/amazon/releases/tag/v0.5.1
.. |PyPi| image:: https://img.shields.io/badge/pypi-0.5.1-brightgreen.svg
:target: https://pypi.python.org/pypi/rgmining-tripadvisor-dataset
.. |Logo| image:: https://rgmining.github.io/amazon/_static/image.png
:target: https://rgmining.github.io/amazon/
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = u'0.5.0'
release = u'0.5.1'
# The short X.Y version.
version = release[:3]

Expand Down

0 comments on commit 286f2cc

Please sign in to comment.