claude-sdk-tutor 0.1.3__tar.gz → 0.1.4__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: claude-sdk-tutor
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Add your description here
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.13
@@ -68,7 +68,7 @@ class MyApp(App):
68
68
 
69
69
  def write_user_message(self, message: str) -> None:
70
70
  log = self.query_one(RichLog)
71
- log.write(Panel(RichMarkdown(message), title="You", border_style="bright_blue"))
71
+ log.write(Panel(RichMarkdown(message), title="You", border_style="dodger_blue1"))
72
72
 
73
73
  def write_system_message(self, message: str) -> None:
74
74
  log = self.query_one(RichLog)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "claude-sdk-tutor"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"