Commit d621d92 1 parent ee0ef77 commit d621d92 Copy full SHA for d621d92
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.0
2
+ current_version = 0.3.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ This software is released under The GNU General Public License Version
41
41
:target: https://codeclimate.com/github/rgmining/rsd/maintainability
42
42
.. |Test Coverage | image :: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/test_coverage
43
43
:target: https://codeclimate.com/github/rgmining/rsd/test_coverage
44
- .. |Release | image :: https://img.shields.io/badge/release-0.3.0 -brightgreen.svg
44
+ .. |Release | image :: https://img.shields.io/badge/release-0.3.1 -brightgreen.svg
45
45
:target: https://pypi.org/project/rgmining-rsd/
46
46
.. |Logo | image :: https://rgmining.github.io/synthetic/_static/image.png
47
47
:target: https://rgmining.github.io/rsd/
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " rgmining-rsd"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
description = " An implementation of Review Spammer Detection algorithm"
5
5
license = " GPL-3.0-only"
6
6
authors = [" Junpei Kawamoto <kawamoto.junpei@gmail.com>" ]
Original file line number Diff line number Diff line change 59
59
60
60
from rsd .graph import ReviewGraph
61
61
62
- __version__ : Final = "0.3.0 "
62
+ __version__ : Final = "0.3.1 "
63
63
64
64
__all__ : Final = ("ReviewGraph" , "__version__" )
You can’t perform that action at this time.
0 commit comments