Skip to content

Commit

Permalink
build(eyepy): updates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Nov 15, 2023
1 parent b2bcf7b commit 23fec54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# This action uses Python Semantic Release v8
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.1.1
uses: python-semantic-release/python-semantic-release@v8.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ authors:
Ophthalmology
identifiers:
- type: url
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.0'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.0'
value: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.2'
repository-code: 'https://github.com/MedVisBonn/eyepy/tree/v0.12.2'
abstract: >-
Eye imaging data from different device vendors
often come in different file formats. Additionally,
Expand All @@ -45,5 +45,5 @@ keywords:
- HEYEX
- ETDRS
license: MIT
version: v0.12.0
date-released: '2022-03-02'
version: v0.12.2
date-released: '2023-11-15'
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
major_on_zero = false
version_variable = ["src/eyepy/__init__.py:__version__"]
version_variables = ["src/eyepy/__init__.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"]
version_pattern = ["CITATION.cff:v(\\d+\\.\\d+\\.\\d+)"]
upload_to_pypi = true
upload_to_release = true
upload_to_vsc_release = true
build_command = "pip install poetry && poetry build"

[tool.docformatter]
Expand Down
2 changes: 1 addition & 1 deletion src/eyepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__author__ = """Olivier Morelle"""
__email__ = 'oli4morelle@gmail.com'
__version__ = '0.12.0'
__version__ = '0.12.1'

from eyepy.core import drusen
from eyepy.core import EyeBscan
Expand Down

0 comments on commit 23fec54

Please sign in to comment.