Skip to content

Commit

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

0 comments on commit 9c70b1f

Please sign in to comment.