Skip to content

Commit

Permalink
Release version 0.0.0.dev75
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 1, 2024
1 parent aaecea4 commit 9cf7f8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev74"
version = "0.0.0.dev75"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev44",
"PySerials == 0.0.0.dev47",
"MDit == 0.0.0.dev45",
"PySerials == 0.0.0.dev48",
"ActionMan == 0.0.0.dev24",
"ProtocolMan == 0.0.0.dev2",
"ExceptionMan == 0.0.0.dev44",
"ExceptionMan == 0.0.0.dev45",
"pydantic",
"rich",
]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MDit == 0.0.0.dev44
PySerials == 0.0.0.dev47
MDit == 0.0.0.dev45
PySerials == 0.0.0.dev48
ActionMan == 0.0.0.dev24
ProtocolMan == 0.0.0.dev2
ExceptionMan == 0.0.0.dev44
ExceptionMan == 0.0.0.dev45
pydantic
rich

0 comments on commit 9cf7f8b

Please sign in to comment.