Skip to content

Commit f04aede

Browse files
committed
bump version to 0.2.0
1 parent 358d229 commit f04aede

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="resources/logo/svg/logo_darkmode_with_font_and_clear_space.svg">
4-
<source media="(prefers-color-scheme: light)" srcset="resources/logo/svg/logo_lightmode_with_font_and_clear_space.svg">
5-
<img src="resources/logo/svg/logo_lightmode_with_font_and_clear_space.svg" alt="Logo" width="50%" height="50%">
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/flairNLP/fundus/blob/master/resources/logo/svg/logo_darkmode_with_font_and_clear_space.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/flairNLP/fundus/blob/master/resources/logo/svg/logo_lightmode_with_font_and_clear_space.svg">
5+
<img src="https://github.com/flairNLP/fundus/blob/master/resources/logo/svg/logo_lightmode_with_font_and_clear_space.svg" alt="Logo" width="50%" height="50%">
66
</picture>
77
</p>
88

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fundus"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
authors = [
99
{ name = "Max Dallabetta", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)