Skip to content

Commit

Permalink
Release version 0.0.0.dev341
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 31, 2024
1 parent 68ddd59 commit f59f4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.dev340"
version = "0.0.0.dev341"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand All @@ -26,7 +26,7 @@ dependencies = [
"referencing == 0.35.1",
"jsonpath-ng == 1.6.1",
"ruamel.yaml == 0.17.40",
"Jinja2 == 3.0.2",
"Jinja2 >= 3, < 4",
"PyLinks == 0.0.0.dev42",
"LoggerMan == 0.0.0.dev58",
"PySerials == 0.0.0.dev32",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jsonschema >= 4.23, < 5
referencing == 0.35.1
jsonpath-ng == 1.6.1
ruamel.yaml == 0.17.40
Jinja2 == 3.0.2
Jinja2 >= 3, < 4
PyLinks == 0.0.0.dev42
LoggerMan == 0.0.0.dev58
PySerials == 0.0.0.dev32
Expand Down

0 comments on commit f59f4ac

Please sign in to comment.