Skip to content

Commit

Permalink
Bump version 0.1.2 -> 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegevaert committed Aug 23, 2023
1 parent de9eb2c commit b2e09a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion attribench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from ._method_factory import MethodFactory
from ._model_factory import ModelFactory, BasicModelFactory

__version__ = "0.1.2"
__version__ = "0.1.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "attribench"
version = "0.1.2"
version = "0.1.3"
description = "A benchmark for feature attribution techniques"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -59,7 +59,7 @@ Homepage = "https://github.com/arnegevaert/benchmark"
Documentation = "http://attribench.readthedocs.io/"

[tool.bumpver]
current_version = "0.1.2"
current_version = "0.1.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit b2e09a4

Please sign in to comment.