omdev-cli 0.0.30__tar.gz → 0.0.31__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: omdev-cli
3
- Version: 0.0.30
3
+ Version: 0.0.31
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License-Expression: BSD-3-Clause
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.14
13
13
  Requires-Python: >=3.14
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: omdev==0.0.30
16
+ Requires-Dist: omdev==0.0.31
17
17
  Dynamic: license-file
18
18
 
19
19
  # Overview
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-cli
3
- Version: 0.0.30
3
+ Version: 0.0.31
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License-Expression: BSD-3-Clause
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.14
13
13
  Requires-Python: >=3.14
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: omdev==0.0.30
16
+ Requires-Dist: omdev==0.0.31
17
17
  Dynamic: license-file
18
18
 
19
19
  # Overview
@@ -0,0 +1 @@
1
+ omdev==0.0.31
@@ -13,7 +13,7 @@ urls = {source = 'https://github.com/wrmsr/om'}
13
13
  license = 'BSD-3-Clause'
14
14
  readme = 'README.md'
15
15
  requires-python = '>=3.14'
16
- version = '0.0.30'
16
+ version = '0.0.31'
17
17
  classifiers = [
18
18
  'Intended Audience :: Developers',
19
19
  'Operating System :: OS Independent',
@@ -23,7 +23,7 @@ classifiers = [
23
23
  ]
24
24
  description = 'omdev'
25
25
  dependencies = [
26
- 'omdev == 0.0.30',
26
+ 'omdev == 0.0.31',
27
27
  ]
28
28
 
29
29
  [project.scripts]
@@ -1 +0,0 @@
1
- omdev==0.0.30
File without changes
File without changes
File without changes