-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
May 31, 2023
1 parent
1727f51
commit 1b5bb95
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "eyepy" | |
packages = [ | ||
{include = "eyepy", from = "src"}, | ||
] | ||
version = "0.11.3" | ||
version = "0.12.0" | ||
description = "A python package to read, analyse and visualize OCT and fundus data form various sources." | ||
authors = ["Olivier Morelle <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
__author__ = """Olivier Morelle""" | ||
__email__ = '[email protected]' | ||
__version__ = '0.11.3' | ||
__version__ = '0.12.0' | ||
|
||
from eyepy.core import drusen | ||
from eyepy.core import EyeBscan | ||
|