Skip to content

Commit

Permalink
Bump version: 0.10.1 → 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jul 26, 2023
1 parent 53718e5 commit 4128205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 0.10.1
current_version = 0.10.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
Expand Up @@ -38,7 +38,7 @@ for more detail.
:target: https://codeclimate.com/github/rgmining/fraud-eagle/maintainability
.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/cf5f0ee2f7f5aa6bd846/test_coverage
:target: https://codeclimate.com/github/rgmining/fraud-eagle/test_coverage
.. |Release| image:: https://img.shields.io/badge/release-0.10.1-brightgreen.svg
.. |Release| image:: https://img.shields.io/badge/release-0.10.2-brightgreen.svg
:target: https://pypi.org/project/rgmining-fraud-eagle/
.. |Japanese| image:: https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg
:target: http://qiita.com/jkawamoto/items/d2284316cc37cd810bfd
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rgmining-fraud-eagle"
version = "0.10.1"
version = "0.10.2"
description = "An implementation of Fraud Eagle algorithm"
license = "GPL-3.0-only"
authors = ["Junpei Kawamoto <kawamoto.junpei@gmail.com>"]
Expand Down

0 comments on commit 4128205

Please sign in to comment.