Skip to content

Commit

Permalink
Increment version to 0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Nov 18, 2016
1 parent f04ea50 commit 7eb6324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/rgmining/fraud-eagle.svg?branch=master)](https://travis-ci.org/rgmining/fraud-eagle)
[![wercker status](https://app.wercker.com/status/fb1061f0043991bf7609a198a96acbaf/s/master "wercker status")](https://app.wercker.com/project/byKey/fb1061f0043991bf7609a198a96acbaf)
[![Code Climate](https://codeclimate.com/github/rgmining/fraud-eagle/badges/gpa.svg)](https://codeclimate.com/github/rgmining/fraud-eagle)
[![Release](https://img.shields.io/badge/release-0.9.2-brightgreen.svg)](https://github.com/rgmining/fraud-eagle/releases/tag/v0.9.2)
[![Release](https://img.shields.io/badge/release-0.9.3-brightgreen.svg)](https://github.com/rgmining/fraud-eagle/releases/tag/v0.9.3)
[![Japanese](https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg)](http://qiita.com/jkawamoto/items/d2284316cc37cd810bfd)

This package provides an implementation of Fraud Eagle algorithm.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = u'0.9'
# The full version, including alpha/beta/rc tags.
release = u'0.9.2'
release = u'0.9.3'

# 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
Expand Up @@ -39,7 +39,7 @@ def _load_requires_from_file(filepath):

setup(
name='rgmining-fraud-eagle',
version='0.9.2',
version='0.9.3',
author="Junpei Kawamoto",
author_email="kawamoto.junpei@gmail.com",
description="An implementation of Fraud Eagle algorithm",
Expand Down

0 comments on commit 7eb6324

Please sign in to comment.