Commit 996f5c6 1 parent de6e5e3 commit 996f5c6 Copy full SHA for 996f5c6
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/rgmining/rsd.svg?branch=master )] ( https://travis-ci.org/rgmining/rsd )
4
4
[ ![ wercker status] ( https://app.wercker.com/status/e7e58ae3738e3cfd78fb846a5505672e/s/master " wercker status ")] ( https://app.wercker.com/project/byKey/e7e58ae3738e3cfd78fb846a5505672e )
5
5
[ ![ 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 )
7
7
8
8
This package provides an implementation of Review Spammer Detection (RSD)
9
9
introduced by Guan Wang, * et al.* in [ ICDM2011] ( http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6137345 )
Original file line number Diff line number Diff line change 71
71
# The short X.Y version.
72
72
version = u'0.2'
73
73
# The full version, including alpha/beta/rc tags.
74
- release = u'0.2.1 '
74
+ release = u'0.2.2 '
75
75
76
76
# The language for content autogenerated by Sphinx. Refer to documentation
77
77
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def load_links_from_file(filepath):
52
52
53
53
setup (
54
54
name = 'rgmining-rsd' ,
55
- version = '0.2.1 ' ,
55
+ version = '0.2.2 ' ,
56
56
author = "Junpei Kawamoto" ,
57
57
author_email = "kawamoto.junpei@gmail.com" ,
58
58
description = "An implementation of RSD algorithm" ,
You can’t perform that action at this time.
0 commit comments