Skip to content

Commit

Permalink
Bump version: 0.3.9-dev -> 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zgypa committed Jul 18, 2024
1 parent 3c61836 commit a8c17df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_name = v{new_version}
current_version = 0.3.9-dev
current_version = 0.3.9
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
message = Bump version: {current_version} -> {new_version}
serialize =
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<img src="https://raw.githubusercontent.com/open-ortho/dicom4ortho/master/images/open-ortho.png" alt="Logo" width="80" height="80">
</a>

<h3 align="center">dicom4ortho 0.3.9-dev</h3>
<h3 align="center">dicom4ortho 0.3.9</h3>

<p align="center">
A Python library to create fully defined orthodontic photographs in DICOM.
Expand Down
2 changes: 1 addition & 1 deletion dicom4ortho/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pathlib import Path
import importlib.resources as importlib_resources

VERSION = '0.3.9-dev'
VERSION = '0.3.9'
PROJECT_NAME = 'dicom4ortho'
__url__ = 'https://github.com/open-ortho/dicom4ortho'
__author__ = 'Toni Magni'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='dicom4ortho', # Required
version='0.3.9-dev', # Required
version='0.3.9', # Required
description=metadata['doc'], # Required
long_description=long_description, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
Expand Down

0 comments on commit a8c17df

Please sign in to comment.