Skip to content

Commit a335070

Browse files
committed
chore(release): bump version to 1.9.0
1 parent 6fbdbb8 commit a335070

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.0
2+
current_version = 1.9.0
33
commit = False
44
tag = False
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "TTS_ka"
8-
version = "1.8.0"
8+
version = "1.9.0"
99
authors = [
1010
{ name="David Chincharashvili", email="davidchincharashvili@gmail.com" },
1111
]

src/TTS_ka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
try:
1111
__version__ = _pkg_version("TTS_ka")
1212
except PackageNotFoundError:
13-
__version__ = "1.8.0"
13+
__version__ = "1.9.0"
1414
__all__ = [
1515
'fast_generate_audio',
1616
'fast_merge_audio_files',

0 commit comments

Comments
 (0)