tempspace-cli 1.2.3__tar.gz → 1.2.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: tempspace-cli
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: A command-line tool for uploading files to Tempspace.
5
5
  Author-email: Tempspace <mcbplay1@gmail.com>
6
6
  License: MIT License
@@ -111,7 +111,6 @@ def upload_file(console, filepath, hours, password, one_time, qr, url):
111
111
  table.add_row("Expiration", f"{hours} hours")
112
112
  table.add_row("Password", "[green]Yes[/green]" if password else "[red]No[/red]")
113
113
  table.add_row("One-Time Download", "[green]Yes[/green]" if one_time else "[red]No[/red]")
114
- console.print(table)
115
114
 
116
115
  # --- Prepare Upload ---
117
116
  upload_url = f"{url.rstrip('/')}"
@@ -7,7 +7,7 @@ packages = ["cli"]
7
7
 
8
8
  [project]
9
9
  name = "tempspace-cli"
10
- version = "1.2.3"
10
+ version = "1.2.4"
11
11
  authors = [
12
12
  { name="Tempspace", email="mcbplay1@gmail.com" },
13
13
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tempspace-cli
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: A command-line tool for uploading files to Tempspace.
5
5
  Author-email: Tempspace <mcbplay1@gmail.com>
6
6
  License: MIT License
File without changes
File without changes