aicosmos-client 0.0.2__tar.gz → 0.0.3__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: aicosmos_client
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: client for AICosmos platform
5
5
  Project-URL: Homepage, https://github.com/pypa/sampleproject
6
6
  Project-URL: Issues, https://github.com/pypa/sampleproject/issues
@@ -18,7 +18,7 @@ from textual.widgets import (
18
18
  RichLog,
19
19
  Static,
20
20
  )
21
- from client import AICosmosClient
21
+ from .client import AICosmosClient
22
22
 
23
23
 
24
24
  class LoginScreen(Screen):
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "aicosmos_client"
7
- version = "0.0.2"
7
+ version = "0.0.3"
8
8
  authors = [{ name = "Example Author", email = "author@example.com" }]
9
9
  description = "client for AICosmos platform"
10
10
  readme = "README.md"
File without changes