Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSanchezSantolaya committed May 28, 2024
1 parent 9befee6 commit b978e7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>\w+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}.{build}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mercury-robust

[![](https://github.com/BBVA/mercury-robust/actions/workflows/test.yml/badge.svg)](https://github.com/BBVA/mercury-robust)
![](https://img.shields.io/badge/latest-0.0.2-blue)
![](https://img.shields.io/badge/latest-0.0.3-blue)

## Mercury project at BBVA

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mercury-robust

[![](https://github.com/BBVA/mercury-robust/actions/workflows/test.yml/badge.svg)](https://github.com/BBVA/mercury-robust)
![](https://img.shields.io/badge/latest-0.0.2-blue)
![](https://img.shields.io/badge/latest-3-blue)

***mercury-robust*** is a library to perform robust testing on models and/or datasets.

Expand Down
2 changes: 1 addition & 1 deletion mercury/robust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Top-level package for mercury robust.
"""

__version__ = '0.0.2'
__version__ = '0.0.3'

from .suite import TestSuite # noqa: 402
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mercury-robust"
license = {file = "LICENSE.txt"}
version = "0.0.2"
version = "0.0.3"
authors = [
{ name="Mercury Team", email="[email protected]" },
]
Expand Down

0 comments on commit b978e7b

Please sign in to comment.