queueio 0.2.1__tar.gz → 0.2.2__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: queueio
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Python background queues with an async twist
5
5
  Author-email: Ryan Hiebert <ryan@ryanhiebert.com>
6
6
  License-Expression: MIT
@@ -20,7 +20,8 @@ Requires-Dist: textual>=3.2.0
20
20
  Requires-Dist: typer>=0.15.4
21
21
  Description-Content-Type: text/markdown
22
22
 
23
- ![queueio](logo.svg)
23
+ ![queueio](https://raw.githubusercontent.com/ryanhiebert/queueio/main/logo.svg)
24
+
24
25
 
25
26
  Python background queues with an async twist
26
27
  ============================================
@@ -1,4 +1,5 @@
1
- ![queueio](logo.svg)
1
+ ![queueio](https://raw.githubusercontent.com/ryanhiebert/queueio/main/logo.svg)
2
+
2
3
 
3
4
  Python background queues with an async twist
4
5
  ============================================
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "queueio"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "Python background queues with an async twist"
5
5
  readme = "README.md"
6
6
  license = "MIT"
File without changes
File without changes
File without changes