diff --git a/README.rst b/README.rst index bd71587..b15393c 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ This software is released under The GNU General Public License Version :target: https://www.gnu.org/copyleft/gpl.html .. |Build Status| image:: https://github.com/rgmining/rsd/actions/workflows/python-lib.yaml/badge.svg :target: https://github.com/rgmining/rsd/actions/workflows/python-lib.yaml -.. |Release| image:: https://img.shields.io/badge/release-0.3.5-brightgreen.svg +.. |Release| image:: https://img.shields.io/badge/release-0.3.6-brightgreen.svg :target: https://pypi.org/project/rgmining-rsd/ .. |Logo| image:: https://rgmining.github.io/synthetic/_static/image.png :target: https://rgmining.github.io/rsd/ diff --git a/pyproject.toml b/pyproject.toml index 2c294a9..d8de82d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "poetry-core>=2" ] [project] name = "rgmining-rsd" -version = "0.3.5" +version = "0.3.6" description = "An implementation of Review Spammer Detection algorithm" readme = "README.rst" keywords = [ "algorithm", "graph", "icdm", "mining", "review" ] @@ -69,7 +69,7 @@ line-length = 79 addopts = "--cov=rsd --cov-branch --cov-report=term-missing --cov-report=xml" [tool.bumpversion] -current_version = "0.3.5" +current_version = "0.3.6" commit = true pre_commit_hooks = [ "poetry lock",