Skip to content

Commit d621d92

Browse files
committed
Bump version: 0.3.0 → 0.3.1
1 parent ee0ef77 commit d621d92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This software is released under The GNU General Public License Version
4141
:target: https://codeclimate.com/github/rgmining/rsd/maintainability
4242
.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/test_coverage
4343
: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
4545
:target: https://pypi.org/project/rgmining-rsd/
4646
.. |Logo| image:: https://rgmining.github.io/synthetic/_static/image.png
4747
:target: https://rgmining.github.io/rsd/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rgmining-rsd"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "An implementation of Review Spammer Detection algorithm"
55
license = "GPL-3.0-only"
66
authors = ["Junpei Kawamoto <kawamoto.junpei@gmail.com>"]

rsd/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959

6060
from rsd.graph import ReviewGraph
6161

62-
__version__: Final = "0.3.0"
62+
__version__: Final = "0.3.1"
6363

6464
__all__: Final = ("ReviewGraph", "__version__")

0 commit comments

Comments
 (0)