Skip to content

Commit 1109d5a

Browse files
committed
2025-01-10T19:15:50Z
1 parent fbe9fb6 commit 1109d5a

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.pkg/omdev-cext/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
urls = {source = 'https://github.com/wrmsr/omlish'}
1313
license = {text = 'BSD-3-Clause'}
1414
requires-python = '>=3.12'
15-
version = '0.0.0.dev206'
15+
version = '0.0.0.dev207'
1616
classifiers = [
1717
'License :: OSI Approved :: BSD License',
1818
'Development Status :: 2 - Pre-Alpha',
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
description = 'omdev'
2424
dependencies = [
25-
'omdev == 0.0.0.dev206',
25+
'omdev == 0.0.0.dev207',
2626
]
2727

2828
[tool.setuptools]

.pkg/omdev-cli/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
urls = {source = 'https://github.com/wrmsr/omlish'}
1313
license = {text = 'BSD-3-Clause'}
1414
requires-python = '>=3.12'
15-
version = '0.0.0.dev206'
15+
version = '0.0.0.dev207'
1616
classifiers = [
1717
'License :: OSI Approved :: BSD License',
1818
'Development Status :: 2 - Pre-Alpha',
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
description = 'omdev'
2424
dependencies = [
25-
'omdev == 0.0.0.dev206',
25+
'omdev == 0.0.0.dev207',
2626
]
2727

2828
[project.scripts]

.pkg/omdev/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
urls = {source = 'https://github.com/wrmsr/omlish'}
1313
license = {text = 'BSD-3-Clause'}
1414
requires-python = '>=3.12'
15-
version = '0.0.0.dev206'
15+
version = '0.0.0.dev207'
1616
classifiers = [
1717
'License :: OSI Approved :: BSD License',
1818
'Development Status :: 2 - Pre-Alpha',
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
description = 'omdev'
2424
dependencies = [
25-
'omlish == 0.0.0.dev206',
25+
'omlish == 0.0.0.dev207',
2626
]
2727

2828
[project.optional-dependencies]

.pkg/ominfra/pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
urls = {source = 'https://github.com/wrmsr/omlish'}
1313
license = {text = 'BSD-3-Clause'}
1414
requires-python = '>=3.12'
15-
version = '0.0.0.dev206'
15+
version = '0.0.0.dev207'
1616
classifiers = [
1717
'License :: OSI Approved :: BSD License',
1818
'Development Status :: 2 - Pre-Alpha',
@@ -22,9 +22,9 @@ classifiers = [
2222
]
2323
description = 'ominfra'
2424
dependencies = [
25-
'omdev == 0.0.0.dev206',
26-
'omlish == 0.0.0.dev206',
27-
'omserv == 0.0.0.dev206',
25+
'omdev == 0.0.0.dev207',
26+
'omlish == 0.0.0.dev207',
27+
'omserv == 0.0.0.dev207',
2828
]
2929

3030
[project.optional-dependencies]

.pkg/omlish/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
urls = {source = 'https://github.com/wrmsr/omlish'}
1313
license = {text = 'BSD-3-Clause'}
1414
requires-python = '>=3.12'
15-
version = '0.0.0.dev206'
15+
version = '0.0.0.dev207'
1616
classifiers = [
1717
'License :: OSI Approved :: BSD License',
1818
'Development Status :: 2 - Pre-Alpha',

.pkg/ommlx/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
urls = {source = 'https://github.com/wrmsr/omlish'}
1313
license = {text = 'BSD-3-Clause'}
1414
requires-python = '>=3.12'
15-
version = '0.0.0.dev206'
15+
version = '0.0.0.dev207'
1616
classifiers = [
1717
'License :: OSI Approved :: BSD License',
1818
'Development Status :: 2 - Pre-Alpha',
@@ -22,8 +22,8 @@ classifiers = [
2222
]
2323
description = 'ommlx'
2424
dependencies = [
25-
'omdev == 0.0.0.dev206',
26-
'omlish == 0.0.0.dev206',
25+
'omdev == 0.0.0.dev207',
26+
'omlish == 0.0.0.dev207',
2727
]
2828

2929
[project.optional-dependencies]

.pkg/omserv/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
urls = {source = 'https://github.com/wrmsr/omlish'}
1313
license = {text = 'BSD-3-Clause'}
1414
requires-python = '>=3.12'
15-
version = '0.0.0.dev206'
15+
version = '0.0.0.dev207'
1616
classifiers = [
1717
'License :: OSI Approved :: BSD License',
1818
'Development Status :: 2 - Pre-Alpha',
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
description = 'omserv'
2424
dependencies = [
25-
'omlish == 0.0.0.dev206',
25+
'omlish == 0.0.0.dev207',
2626
]
2727

2828
[project.optional-dependencies]

omlish/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.0.dev206'
1+
__version__ = '0.0.0.dev207'
22
__revision__ = None
33

44

0 commit comments

Comments
 (0)