Skip to content

Commit

Permalink
Release version 0.0.0.dev57
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 25, 2024
1 parent 923397a commit 2dc6607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev56"
version = "0.0.0.dev57"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev27",
"MDit == 0.0.0.dev28",
"ActionMan == 0.0.0.dev24",
"ProtocolMan == 0.0.0.dev2",
"ExceptionMan == 0.0.0.dev27",
"ExceptionMan == 0.0.0.dev28",
"pydantic",
"rich",
]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MDit == 0.0.0.dev27
MDit == 0.0.0.dev28
ActionMan == 0.0.0.dev24
ProtocolMan == 0.0.0.dev2
ExceptionMan == 0.0.0.dev27
ExceptionMan == 0.0.0.dev28
pydantic
rich

0 comments on commit 2dc6607

Please sign in to comment.