pathutilx 1.3.2__tar.gz → 1.3.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: pathutilx
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Simple, easy to use, readable Windows path helpers inspired by pathlib and os.
5
5
  Keywords: path,pathlib,windows,linux,macos,filesystem,utility
6
6
  Classifier: Development Status :: 5 - Production/Stable
@@ -35,7 +35,7 @@ Description-Content-Type: text/markdown
35
35
  pip install pathutilx
36
36
  ```
37
37
  ```bash
38
- pip install pathutilx==1.3.1
38
+ pip install pathutilx==1.3.3
39
39
  ```
40
40
  ```bash
41
41
  pip install --upgrade pathutilx
@@ -127,8 +127,8 @@ print(root.desktop)
127
127
 
128
128
  ## Changelog
129
129
 
130
- ### 1.3.2
131
- - Improved `README.md` and `pyproject.toml`
130
+ ### 1.3.3
131
+ - Another dumb fix in `README.md`...
132
132
 
133
133
  ## Roadmap
134
134
 
@@ -15,7 +15,7 @@
15
15
  pip install pathutilx
16
16
  ```
17
17
  ```bash
18
- pip install pathutilx==1.3.1
18
+ pip install pathutilx==1.3.3
19
19
  ```
20
20
  ```bash
21
21
  pip install --upgrade pathutilx
@@ -107,8 +107,8 @@ print(root.desktop)
107
107
 
108
108
  ## Changelog
109
109
 
110
- ### 1.3.2
111
- - Improved `README.md` and `pyproject.toml`
110
+ ### 1.3.3
111
+ - Another dumb fix in `README.md`...
112
112
 
113
113
  ## Roadmap
114
114
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathutilx
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Simple, easy to use, readable Windows path helpers inspired by pathlib and os.
5
5
  Keywords: path,pathlib,windows,linux,macos,filesystem,utility
6
6
  Classifier: Development Status :: 5 - Production/Stable
@@ -35,7 +35,7 @@ Description-Content-Type: text/markdown
35
35
  pip install pathutilx
36
36
  ```
37
37
  ```bash
38
- pip install pathutilx==1.3.1
38
+ pip install pathutilx==1.3.3
39
39
  ```
40
40
  ```bash
41
41
  pip install --upgrade pathutilx
@@ -127,8 +127,8 @@ print(root.desktop)
127
127
 
128
128
  ## Changelog
129
129
 
130
- ### 1.3.2
131
- - Improved `README.md` and `pyproject.toml`
130
+ ### 1.3.3
131
+ - Another dumb fix in `README.md`...
132
132
 
133
133
  ## Roadmap
134
134
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pathutilx"
7
- version = "1.3.2"
7
+ version = "1.3.3"
8
8
  description = "Simple, easy to use, readable Windows path helpers inspired by pathlib and os."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes