Skip to content

Commit

Permalink
2025-01-10T15:16:11Z
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmsr committed Jan 10, 2025
1 parent 88b8ff7 commit ef7e3b3
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .pkg/omdev-cext/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
urls = {source = 'https://github.com/wrmsr/omlish'}
license = {text = 'BSD-3-Clause'}
requires-python = '>=3.12'
version = '0.0.0.dev204'
version = '0.0.0.dev205'
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 2 - Pre-Alpha',
Expand All @@ -22,7 +22,7 @@ classifiers = [
]
description = 'omdev'
dependencies = [
'omdev == 0.0.0.dev204',
'omdev == 0.0.0.dev205',
]

[tool.setuptools]
Expand Down
4 changes: 2 additions & 2 deletions .pkg/omdev-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
urls = {source = 'https://github.com/wrmsr/omlish'}
license = {text = 'BSD-3-Clause'}
requires-python = '>=3.12'
version = '0.0.0.dev204'
version = '0.0.0.dev205'
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 2 - Pre-Alpha',
Expand All @@ -22,7 +22,7 @@ classifiers = [
]
description = 'omdev'
dependencies = [
'omdev == 0.0.0.dev204',
'omdev == 0.0.0.dev205',
]

[project.scripts]
Expand Down
4 changes: 2 additions & 2 deletions .pkg/omdev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
urls = {source = 'https://github.com/wrmsr/omlish'}
license = {text = 'BSD-3-Clause'}
requires-python = '>=3.12'
version = '0.0.0.dev204'
version = '0.0.0.dev205'
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 2 - Pre-Alpha',
Expand All @@ -22,7 +22,7 @@ classifiers = [
]
description = 'omdev'
dependencies = [
'omlish == 0.0.0.dev204',
'omlish == 0.0.0.dev205',
]

[project.optional-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions .pkg/ominfra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
urls = {source = 'https://github.com/wrmsr/omlish'}
license = {text = 'BSD-3-Clause'}
requires-python = '>=3.12'
version = '0.0.0.dev204'
version = '0.0.0.dev205'
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 2 - Pre-Alpha',
Expand All @@ -22,9 +22,9 @@ classifiers = [
]
description = 'ominfra'
dependencies = [
'omdev == 0.0.0.dev204',
'omlish == 0.0.0.dev204',
'omserv == 0.0.0.dev204',
'omdev == 0.0.0.dev205',
'omlish == 0.0.0.dev205',
'omserv == 0.0.0.dev205',
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .pkg/omlish/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
urls = {source = 'https://github.com/wrmsr/omlish'}
license = {text = 'BSD-3-Clause'}
requires-python = '>=3.12'
version = '0.0.0.dev204'
version = '0.0.0.dev205'
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 2 - Pre-Alpha',
Expand Down
6 changes: 3 additions & 3 deletions .pkg/ommlx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
urls = {source = 'https://github.com/wrmsr/omlish'}
license = {text = 'BSD-3-Clause'}
requires-python = '>=3.12'
version = '0.0.0.dev204'
version = '0.0.0.dev205'
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 2 - Pre-Alpha',
Expand All @@ -22,8 +22,8 @@ classifiers = [
]
description = 'ommlx'
dependencies = [
'omdev == 0.0.0.dev204',
'omlish == 0.0.0.dev204',
'omdev == 0.0.0.dev205',
'omlish == 0.0.0.dev205',
]

[project.optional-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions .pkg/omserv/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
urls = {source = 'https://github.com/wrmsr/omlish'}
license = {text = 'BSD-3-Clause'}
requires-python = '>=3.12'
version = '0.0.0.dev204'
version = '0.0.0.dev205'
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 2 - Pre-Alpha',
Expand All @@ -22,7 +22,7 @@ classifiers = [
]
description = 'omserv'
dependencies = [
'omlish == 0.0.0.dev204',
'omlish == 0.0.0.dev205',
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion omlish/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.0.dev204'
__version__ = '0.0.0.dev205'
__revision__ = None


Expand Down

0 comments on commit ef7e3b3

Please sign in to comment.