Skip to content

Commit

Permalink
Merge pull request #9 from dobbersc/update-version
Browse files Browse the repository at this point in the history
Set `fundus-evaluation` Version to 0.1.0
  • Loading branch information
dobbersc authored Aug 10, 2024
2 parents 993b9ef + 2d564dd commit fb1bcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fundus-evaluation"
version = "1.0.0"
version = "0.1.0"
authors = [
{ name = "Max Dallabetta", email = "[email protected]" },
{ name = "Conrad Dobberstein" },
Expand Down
2 changes: 1 addition & 1 deletion src/fundus_evaluation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from fundus_evaluation.scorers import Scorer
from fundus_evaluation.scrapers import Scraper

__version__ = "1.0.0"
__version__: Final[str] = "0.1.0"

SCRAPER_PREFIX: Final[str] = "scrape_"
SCRAPERS: Dict[str, Scraper] = {
Expand Down

0 comments on commit fb1bcc9

Please sign in to comment.