Skip to content

Commit

Permalink
Release version 0.0.0.dev330
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 20, 2024
1 parent 53e0758 commit 7c1dbb9
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.dev329"
version = "0.0.0.dev330"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand All @@ -26,18 +26,18 @@ dependencies = [
"referencing == 0.35.1",
"jsonpath-ng == 1.6.1",
"ruamel.yaml == 0.17.40",
"PyLinks == 0.0.0.dev39",
"LoggerMan == 0.0.0.dev55",
"PySerials == 0.0.0.dev29",
"GitTidy == 0.0.0.dev52",
"PyLinks == 0.0.0.dev40",
"LoggerMan == 0.0.0.dev56",
"PySerials == 0.0.0.dev30",
"GitTidy == 0.0.0.dev53",
"PkgData == 0.0.0.dev5",
"PyShellMan == 0.0.0.dev16",
"PyShellMan == 0.0.0.dev17",
"PySyntax == 0.0.0.dev3",
"ExceptionMan == 0.0.0.dev26",
"MDit == 0.0.0.dev26",
"JSONSchemata == 0.0.0.dev25",
"ExceptionMan == 0.0.0.dev27",
"MDit == 0.0.0.dev27",
"JSONSchemata == 0.0.0.dev26",
"VersionMan == 0.0.0.dev248",
"HTMP == 0.0.0.dev5",
"LicenseMan == 0.0.0.dev11",
"LicenseMan == 0.0.0.dev12",
]
requires-python = ">=3.10"
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ jsonschema >= 4.23, < 5
referencing == 0.35.1
jsonpath-ng == 1.6.1
ruamel.yaml == 0.17.40
PyLinks == 0.0.0.dev39
LoggerMan == 0.0.0.dev55
PySerials == 0.0.0.dev29
GitTidy == 0.0.0.dev52
PyLinks == 0.0.0.dev40
LoggerMan == 0.0.0.dev56
PySerials == 0.0.0.dev30
GitTidy == 0.0.0.dev53
PkgData == 0.0.0.dev5
PyShellMan == 0.0.0.dev16
PyShellMan == 0.0.0.dev17
PySyntax == 0.0.0.dev3
ExceptionMan == 0.0.0.dev26
MDit == 0.0.0.dev26
JSONSchemata == 0.0.0.dev25
ExceptionMan == 0.0.0.dev27
MDit == 0.0.0.dev27
JSONSchemata == 0.0.0.dev26
VersionMan == 0.0.0.dev248
HTMP == 0.0.0.dev5
LicenseMan == 0.0.0.dev11
LicenseMan == 0.0.0.dev12

0 comments on commit 7c1dbb9

Please sign in to comment.