functionalthreading 0.6.3__tar.gz → 0.6.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,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: functionalthreading
3
- Version: 0.6.3
3
+ Version: 0.6.4
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
6
  License-Expression: Unlicense
7
- Project-URL: Homepage, https://github.com/richytong/functionalthreading
7
+ Project-URL: Homepage, https://pypi.org/project/functionalthreading/
8
8
  Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Operating System :: OS Independent
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: functionalthreading
3
- Version: 0.6.3
3
+ Version: 0.6.4
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
6
  License-Expression: Unlicense
7
- Project-URL: Homepage, https://github.com/richytong/functionalthreading
7
+ Project-URL: Homepage, https://pypi.org/project/functionalthreading/
8
8
  Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Operating System :: OS Independent
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "functionalthreading"
3
- version = "0.6.3"
3
+ version = "0.6.4"
4
4
  authors = [
5
5
  { name="Richard Tong", email="richytong@gmail.com" },
6
6
  ]
@@ -15,5 +15,5 @@ license = "Unlicense"
15
15
  license-files = ["LICENSE"]
16
16
 
17
17
  [project.urls]
18
- Homepage = "https://github.com/richytong/functionalthreading"
18
+ Homepage = "https://pypi.org/project/functionalthreading/"
19
19
  Issues = "https://github.com/richytong/functionalthreading/issues"