Skip to content

Commit

Permalink
Fix bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jan 7, 2023
1 parent 898b0b0 commit 17a79ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ current_version = 0.7.0
commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:fraudar/__version__.py]

[bumpversion:file:README.rst]
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.6.1"
version = "0.7.0"
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 17a79ca

Please sign in to comment.