Skip to content

Commit

Permalink
Release version 0.0.0.dev79
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 6, 2024
1 parent 609d68c commit 82447f4
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.dev78"
version = "0.0.0.dev79"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev48",
"PySerials == 0.0.0.dev51",
"MDit == 0.0.0.dev49",
"PySerials == 0.0.0.dev52",
"ActionMan == 0.0.0.dev24",
"ProtocolMan == 0.0.0.dev2",
"ExceptionMan == 0.0.0.dev48",
"ExceptionMan == 0.0.0.dev49",
"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.dev48
PySerials == 0.0.0.dev51
MDit == 0.0.0.dev49
PySerials == 0.0.0.dev52
ActionMan == 0.0.0.dev24
ProtocolMan == 0.0.0.dev2
ExceptionMan == 0.0.0.dev48
ExceptionMan == 0.0.0.dev49
pydantic
rich

0 comments on commit 82447f4

Please sign in to comment.