par-cli-tts 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: par-cli-tts
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: PAR CLI TTS - Command line text-to-speech tool using ElevenLabs with voice caching and name resolution
5
5
  Project-URL: Homepage, https://github.com/paulrobello/par-cli-tts
6
6
  Project-URL: Documentation, https://github.com/paulrobello/par-cli-tts/blob/main/README.md
@@ -68,14 +68,20 @@ Description-Content-Type: text/markdown
68
68
  ![Arch x86-63 | ARM | AppleSilicon](https://img.shields.io/badge/arch-x86--64%20%7C%20ARM%20%7C%20AppleSilicon-blue)
69
69
 
70
70
  ![MIT License](https://img.shields.io/badge/license-MIT-green.svg)
71
- ![Version](https://img.shields.io/badge/version-0.2.0-green.svg)
71
+ ![Version](https://img.shields.io/badge/version-0.2.1-green.svg)
72
72
  ![Development Status](https://img.shields.io/badge/status-stable-green.svg)
73
73
 
74
74
  A powerful command-line text-to-speech tool supporting multiple TTS providers (ElevenLabs, OpenAI, and Kokoro ONNX) with intelligent voice caching, name resolution, and flexible output options.
75
75
 
76
76
  [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/probello3)
77
77
 
78
- ## 🆕 What's New in v0.2.0
78
+ ## 🆕 What's New
79
+
80
+ ### v0.2.1
81
+ - Updated dependencies
82
+ - Ensured Python 3.13 compatibility
83
+
84
+ ### v0.2.0
79
85
 
80
86
  **✨ Major Update**: Configuration files, smarter caching, consistent error handling, and more!
81
87
 
@@ -5,14 +5,20 @@
5
5
  ![Arch x86-63 | ARM | AppleSilicon](https://img.shields.io/badge/arch-x86--64%20%7C%20ARM%20%7C%20AppleSilicon-blue)
6
6
 
7
7
  ![MIT License](https://img.shields.io/badge/license-MIT-green.svg)
8
- ![Version](https://img.shields.io/badge/version-0.2.0-green.svg)
8
+ ![Version](https://img.shields.io/badge/version-0.2.1-green.svg)
9
9
  ![Development Status](https://img.shields.io/badge/status-stable-green.svg)
10
10
 
11
11
  A powerful command-line text-to-speech tool supporting multiple TTS providers (ElevenLabs, OpenAI, and Kokoro ONNX) with intelligent voice caching, name resolution, and flexible output options.
12
12
 
13
13
  [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/probello3)
14
14
 
15
- ## 🆕 What's New in v0.2.0
15
+ ## 🆕 What's New
16
+
17
+ ### v0.2.1
18
+ - Updated dependencies
19
+ - Ensured Python 3.13 compatibility
20
+
21
+ ### v0.2.0
16
22
 
17
23
  **✨ Major Update**: Configuration files, smarter caching, consistent error handling, and more!
18
24
 
@@ -1,3 +1,3 @@
1
1
  """PAR CLI TTS - Command line text-to-speech tool."""
2
2
 
3
- __version__ = "0.2.0"
3
+ __version__ = "0.2.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes