dirsql 0.0.10__tar.gz → 0.0.11__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.
@@ -38,7 +38,6 @@ jobs:
38
38
  uses: actions/setup-node@v4
39
39
  with:
40
40
  node-version: '24.x'
41
- registry-url: https://registry.npmjs.org
42
41
 
43
42
  - name: Update package.json version
44
43
  if: steps.check_npm.outputs.exists == 'true'
@@ -70,7 +70,6 @@ jobs:
70
70
  uses: actions/setup-node@v4
71
71
  with:
72
72
  node-version: '24.x'
73
- registry-url: https://registry.npmjs.org
74
73
 
75
74
  - name: Update package.json version
76
75
  if: steps.check_npm.outputs.exists == 'true'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dirsql
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Requires-Dist: pytest>=8 ; extra == 'dev'
5
5
  Requires-Dist: pytest-describe>=2 ; extra == 'dev'
6
6
  Requires-Dist: pytest-asyncio>=0.23 ; extra == 'dev'
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "dirsql"
7
- version = "0.0.10"
7
+ version = "0.0.11"
8
8
  description = "Ephemeral SQL index over a local directory"
9
9
  license = "MIT"
10
10
  requires-python = ">=3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes