Skip to content

Commit

Permalink
Bumps version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Jun 3, 2024
1 parent a09ea50 commit e79d2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.7.0] - 2024-06-03

### Changed

Expand Down
2 changes: 1 addition & 1 deletion version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Final

_version: Final[tuple[int, int, int]] = (0, 6, 0)
_version: Final[tuple[int, int, int]] = (0, 7, 0)

version = ".".join(_version)

0 comments on commit e79d2b8

Please sign in to comment.