Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MedVisBonn/eyepy
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Feb 17, 2022
2 parents f982d68 + a7f5fe3 commit a63cdd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.4.0 (2022-02-17)
### Breaking
* ([`117ef89`](https://github.com/MedVisBonn/eyepy/commit/117ef89ec5874b366abb0da2b544011799a4e4f5))

## v0.3.7 (2022-01-31)
### Fix
* **base:** Fix error when plotting volumes without drusen; fix visibility of drusen projection ([`9c08c72`](https://github.com/MedVisBonn/eyepy/commit/9c08c7206809da406917a9c05a808a12de594660))
Expand Down
2 changes: 1 addition & 1 deletion eyepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Olivier Morelle"""
__email__ = "oli4morelle@gmail.com"
__version__ = "0.3.7"
__version__ = "0.4.0"

from eyepy.core import (
EyeEnface,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "eyepie"
packages = [
{include = "eyepy"}
]
version = "0.3.7"
version = "0.4.0"
description = "The Python package for working with ophthalmological data."
authors = ["Olivier Morelle <oli4morelle@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit a63cdd8

Please sign in to comment.