Skip to content

Commit

Permalink
Bump version: 1.0.3 → 1.0.4
Browse files Browse the repository at this point in the history
NO CHANGE SINCE 1.0.3: this is to trigger a new release and force the archival on Zenodo.
  • Loading branch information
jchazalon committed May 27, 2021
1 parent c363cf4 commit 30a2a6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 1.0.3
current_version = 1.0.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion icdar21_mapseg_eval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.3"
__version__ = "1.0.4"


from .haussdorff import hausdorff
Expand Down
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 = "icdar21-mapseg-eval"
version = "1.0.3"
version = "1.0.4"
description = "Evaluation tools for ICDAR21 Competition on Historical Map Segmentation (MapSeg)."
authors = ["icdar21-mapseg-contact(at)googlegroups.com"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_icdar21_mapseg_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '1.0.3'
assert __version__ == '1.0.4'

0 comments on commit 30a2a6d

Please sign in to comment.