Skip to content

Commit

Permalink
bump version 0.5.5 -> 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Mar 14, 2023
1 parent 374d541 commit ba00a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "oct_converter"
version = "0.5.5"
version = "0.5.6"
description = "Extract OCT and fundus data from proprietary file formats."
readme = "README.md"
authors = [{ name = "Mark Graham", email = "markgraham539@gmail.com" }]
Expand Down Expand Up @@ -39,7 +39,7 @@ include = ["oct_converter*","examples"]
exclude= ["my_example_volumes*"]

[tool.bumpver]
current_version = "0.5.5"
current_version = "0.5.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit ba00a2d

Please sign in to comment.