Skip to content

Commit

Permalink
Release version 0.0.0.dev403
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 6, 2024
1 parent 9f33473 commit 0b1ec4c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev402"
version = "0.0.0.dev403"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand All @@ -27,18 +27,18 @@ dependencies = [
"jsonpath-ng == 1.6.1",
"ruamel.yaml == 0.17.40",
"Jinja2 >= 3, < 4",
"PyLinks == 0.0.0.dev61",
"LoggerMan == 0.0.0.dev78",
"PySerials == 0.0.0.dev51",
"GitTidy == 0.0.0.dev75",
"PyLinks == 0.0.0.dev62",
"LoggerMan == 0.0.0.dev79",
"PySerials == 0.0.0.dev52",
"GitTidy == 0.0.0.dev76",
"PkgData == 0.0.0.dev5",
"PyShellMan == 0.0.0.dev38",
"PyShellMan == 0.0.0.dev39",
"PySyntax == 0.0.0.dev5",
"ExceptionMan == 0.0.0.dev48",
"MDit == 0.0.0.dev48",
"JSONSchemata == 0.0.0.dev47",
"ExceptionMan == 0.0.0.dev49",
"MDit == 0.0.0.dev49",
"JSONSchemata == 0.0.0.dev48",
"VersionMan == 0.0.0.dev249",
"HTMP == 0.0.0.dev5",
"LicenseMan == 0.0.0.dev35",
"LicenseMan == 0.0.0.dev36",
]
requires-python = ">=3.10"
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ referencing == 0.35.1
jsonpath-ng == 1.6.1
ruamel.yaml == 0.17.40
Jinja2 >= 3, < 4
PyLinks == 0.0.0.dev61
LoggerMan == 0.0.0.dev78
PySerials == 0.0.0.dev51
GitTidy == 0.0.0.dev75
PyLinks == 0.0.0.dev62
LoggerMan == 0.0.0.dev79
PySerials == 0.0.0.dev52
GitTidy == 0.0.0.dev76
PkgData == 0.0.0.dev5
PyShellMan == 0.0.0.dev38
PyShellMan == 0.0.0.dev39
PySyntax == 0.0.0.dev5
ExceptionMan == 0.0.0.dev48
MDit == 0.0.0.dev48
JSONSchemata == 0.0.0.dev47
ExceptionMan == 0.0.0.dev49
MDit == 0.0.0.dev49
JSONSchemata == 0.0.0.dev48
VersionMan == 0.0.0.dev249
HTMP == 0.0.0.dev5
LicenseMan == 0.0.0.dev35
LicenseMan == 0.0.0.dev36

0 comments on commit 0b1ec4c

Please sign in to comment.