wexample-filestate-python 0.0.37__tar.gz → 0.0.39__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.1
2
2
  Name: wexample-filestate-python
3
- Version: 0.0.37
3
+ Version: 0.0.39
4
4
  Summary: Helpers for Python.
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -19,7 +19,7 @@ Requires-Dist: pydantic<3,>=2
19
19
  Requires-Dist: python-dotenv
20
20
  Requires-Dist: pyupgrade
21
21
  Requires-Dist: tomlkit
22
- Requires-Dist: wexample-filestate-git==0.0.36
22
+ Requires-Dist: wexample-filestate-git==0.0.37
23
23
  Provides-Extra: dev
24
24
  Requires-Dist: pytest; extra == "dev"
25
25
  Description-Content-Type: text/markdown
@@ -46,7 +46,7 @@ Version: 0.0.37
46
46
  - python-dotenv
47
47
  - pyupgrade
48
48
  - tomlkit
49
- - wexample-filestate-git==0.0.35
49
+ - wexample-filestate-git==0.0.36
50
50
 
51
51
  ## Installation
52
52
 
@@ -20,7 +20,7 @@ Version: 0.0.37
20
20
  - python-dotenv
21
21
  - pyupgrade
22
22
  - tomlkit
23
- - wexample-filestate-git==0.0.35
23
+ - wexample-filestate-git==0.0.36
24
24
 
25
25
  ## Installation
26
26
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-filestate-python"
9
- version = "0.0.37"
9
+ version = "0.0.39"
10
10
  description = "Helpers for Python."
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -28,7 +28,7 @@ dependencies = [
28
28
  "python-dotenv",
29
29
  "pyupgrade",
30
30
  "tomlkit",
31
- "wexample-filestate-git==0.0.36",
31
+ "wexample-filestate-git==0.0.37",
32
32
  ]
33
33
 
34
34
  [project.readme]