Skip to content

Commit

Permalink
update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Jun 20, 2023
1 parent 966a7a8 commit c50c1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions heat/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

major: int = 1
"""Indicates Heat's main version."""
minor: int = 2
minor: int = 3
"""Indicates feature extension."""
micro: int = 2
micro: int = 0
"""Indicates revisions for bugfixes."""
extension: str = "dev"
extension: str = None
"""Indicates special builds, e.g. for specific hardware."""

if not extension:
Expand Down

0 comments on commit c50c1d2

Please sign in to comment.