Skip to content

Commit

Permalink
Release version 0.0.0.dev67
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 18, 2024
1 parent 9c70b1f commit 274c24f
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.dev66"
version = "0.0.0.dev67"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev36",
"PySerials == 0.0.0.dev39",
"MDit == 0.0.0.dev37",
"PySerials == 0.0.0.dev40",
"ActionMan == 0.0.0.dev24",
"ProtocolMan == 0.0.0.dev2",
"ExceptionMan == 0.0.0.dev36",
"ExceptionMan == 0.0.0.dev37",
"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.dev36
PySerials == 0.0.0.dev39
MDit == 0.0.0.dev37
PySerials == 0.0.0.dev40
ActionMan == 0.0.0.dev24
ProtocolMan == 0.0.0.dev2
ExceptionMan == 0.0.0.dev36
ExceptionMan == 0.0.0.dev37
pydantic
rich

0 comments on commit 274c24f

Please sign in to comment.