Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Oct 10, 2023
1 parent 1cdfbb8 commit a461ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fail_under = 100
allow_dirty = false
commit = true
tag = true
current_version = "0.2.0"
current_version = "0.3.0"
message = "Bump version: {current_version} → {new_version}"
sign_tags = false
tag_name = "v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/specarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"""Python Package Template"""
from __future__ import annotations

__version__ = "0.2.0"
__version__ = "0.3.0"

from .specarray import SpecArray

0 comments on commit a461ba3

Please sign in to comment.