functionalthreading 1.0.5__tar.gz → 1.0.6__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: functionalthreading
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
6
  License-Expression: Unlicense
@@ -14,7 +14,7 @@ License-File: LICENSE
14
14
  Dynamic: license-file
15
15
 
16
16
  # functionalthreading
17
- functionalthreading - Concurrent functional programming with thread-based parallelism
17
+ Concurrent functional programming with thread-based parallelism
18
18
 
19
19
  ```python
20
20
  from functionalthreading import chain, tap, tmap
@@ -1,5 +1,5 @@
1
1
  # functionalthreading
2
- functionalthreading - Concurrent functional programming with thread-based parallelism
2
+ Concurrent functional programming with thread-based parallelism
3
3
 
4
4
  ```python
5
5
  from functionalthreading import chain, tap, tmap
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: functionalthreading
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
6
  License-Expression: Unlicense
@@ -14,7 +14,7 @@ License-File: LICENSE
14
14
  Dynamic: license-file
15
15
 
16
16
  # functionalthreading
17
- functionalthreading - Concurrent functional programming with thread-based parallelism
17
+ Concurrent functional programming with thread-based parallelism
18
18
 
19
19
  ```python
20
20
  from functionalthreading import chain, tap, tmap
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "functionalthreading"
3
- version = "1.0.5"
3
+ version = "1.0.6"
4
4
  authors = [
5
5
  { name="Richard Tong", email="richytong@gmail.com" },
6
6
  ]