Skip to content

Commit

Permalink
Bump version to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Jul 15, 2024
1 parent 3a6ee91 commit e6fc2b9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ authors:
given-names: "Eric"
orchid: "https://orcid.org/0000-0002-3375-6248"
title: "DLUP: Deep Learning Utilities for Pathology"
version: 0.5.2
date-released: 2024-07-13
version: 0.5.3
date-released: 2024-07-15
url: "https://github.com/nki-ai/dlup"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ If you use DLUP in your research, please use the following BiBTeX entry:
month = {7},
title = {{DLUP: Deep Learning Utilities for Pathology}},
url = {https://github.com/NKI-AI/dlup},
version = {0.5.2},
version = {0.5.3},
year = {2024}
}
```

or the following plain bibliography:

```
Teuwen, J., Romor, L., Pai, A., Schirris, Y., Marcus E. (2024). DLUP: Deep Learning Utilities for Pathology (Version 0.5.2) [Computer software]. https://github.com/NKI-AI/dlup
Teuwen, J., Romor, L., Pai, A., Schirris, Y., Marcus E. (2024). DLUP: Deep Learning Utilities for Pathology (Version 0.5.3) [Computer software]. https://github.com/NKI-AI/dlup
```
2 changes: 1 addition & 1 deletion dlup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

__author__ = """dlup contributors"""
__email__ = "j.teuwen@nki.nl"
__version__ = "0.5.2"
__version__ = "0.5.3"

__all__ = ("SlideImage", "WsiAnnotations", "AnnotationType", "RegionView", "UnsupportedSlideError", "BoundaryMode")
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down

0 comments on commit e6fc2b9

Please sign in to comment.