Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jul 26, 2023
1 parent afec19e commit d514eba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.7.2
commit = True
tag = True
tag = False

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ https://bhooi.github.io/projects/fraudar/index.html.
:target: https://codeclimate.com/github/rgmining/fraudar/maintainability
.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/4c4c3df79b33f65b77cd/test_coverage
:target: https://codeclimate.com/github/rgmining/fraudar/test_coverage
.. |Release| image:: https://img.shields.io/badge/release-0.7.1-brightgreen.svg
.. |Release| image:: https://img.shields.io/badge/release-0.7.2-brightgreen.svg
:target: https://pypi.org/project/rgmining-fraudar/
.. |Logo| image:: https://rgmining.github.io/fraudar/_static/image.png
:target: https://rgmining.github.io/fraudar/
2 changes: 1 addition & 1 deletion fraudar/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#
from typing import Final

__version__: Final = "0.7.1"
__version__: Final = "0.7.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rgmining-fraudar"
version = "0.7.1"
version = "0.7.2"
description = "A wrapper of Fraudar algorithm for Review graph mining project"
license = "GPL-3.0-only"
authors = ["Junpei Kawamoto <kawamoto.junpei@gmail.com>"]
Expand Down

0 comments on commit d514eba

Please sign in to comment.