Skip to content

Commit 996f5c6

Browse files
committed
Increment version.
1 parent de6e5e3 commit 996f5c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/rgmining/rsd.svg?branch=master)](https://travis-ci.org/rgmining/rsd)
44
[![wercker status](https://app.wercker.com/status/e7e58ae3738e3cfd78fb846a5505672e/s/master "wercker status")](https://app.wercker.com/project/byKey/e7e58ae3738e3cfd78fb846a5505672e)
55
[![Code Climate](https://codeclimate.com/github/rgmining/rsd/badges/gpa.svg)](https://codeclimate.com/github/rgmining/rsd)
6-
[![Release](https://img.shields.io/badge/release-0.2.1-brightgreen.svg)](https://github.com/rgmining/rsd/releases/tag/v0.2.1)
6+
[![Release](https://img.shields.io/badge/release-0.2.2-brightgreen.svg)](https://github.com/rgmining/rsd/releases/tag/v0.2.2)
77

88
This package provides an implementation of Review Spammer Detection (RSD)
99
introduced by Guan Wang, *et al.* in [ICDM2011](http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6137345)

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = u'0.2'
7373
# The full version, including alpha/beta/rc tags.
74-
release = u'0.2.1'
74+
release = u'0.2.2'
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def load_links_from_file(filepath):
5252

5353
setup(
5454
name='rgmining-rsd',
55-
version='0.2.1',
55+
version='0.2.2',
5656
author="Junpei Kawamoto",
5757
author_email="kawamoto.junpei@gmail.com",
5858
description="An implementation of RSD algorithm",

0 commit comments

Comments
 (0)