Skip to content

Commit 7e8ddc9

Browse files
committed
Bump version to v0.7.0
1 parent 65d1e8e commit 7e8ddc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.7.0] - 2025-01-02
99

1010
### Added
1111

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "ainconv"
4-
version = "0.6.2"
4+
version = "0.7.0"
55
description = "Converts Ainu text between different scripts (Katakana, Latin, Cyrillic and more)"
66
authors = [{ name = "mkpoli", email = "[email protected]" }]
77
license = { file = "LICENSE" }
@@ -61,7 +61,7 @@ module = "ainconv"
6161
ignore_missing_imports = true
6262

6363
[tool.bumpversion]
64-
current_version = "0.6.2"
64+
current_version = "0.7.0"
6565
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
6666
serialize = ["{major}.{minor}.{patch}"]
6767
search = "{current_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)