functionalthreading 1.0.2__tar.gz → 1.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: functionalthreading
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
6
  License-Expression: Unlicense
@@ -376,3 +376,6 @@ duplicates = my_flatmapping_func([1, 2, 3])
376
376
  ```
377
377
 
378
378
 
379
+
380
+ ## LICENSE
381
+ functionalthreading is distributed under the [Unlicense](https://unlicense.org/).
@@ -361,3 +361,6 @@ duplicates = my_flatmapping_func([1, 2, 3])
361
361
  ```
362
362
 
363
363
 
364
+
365
+ ## LICENSE
366
+ functionalthreading is distributed under the [Unlicense](https://unlicense.org/).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: functionalthreading
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
6
  License-Expression: Unlicense
@@ -376,3 +376,6 @@ duplicates = my_flatmapping_func([1, 2, 3])
376
376
  ```
377
377
 
378
378
 
379
+
380
+ ## LICENSE
381
+ functionalthreading is distributed under the [Unlicense](https://unlicense.org/).
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "functionalthreading"
3
- version = "1.0.2"
3
+ version = "1.0.3"
4
4
  authors = [
5
5
  { name="Richard Tong", email="richytong@gmail.com" },
6
6
  ]