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