Skip to content

Commit

Permalink
Release version 0.0.0.dev25
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 17, 2024
1 parent 453efee commit b249b4f
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 @@ -15,12 +15,12 @@ namespaces = true

# ----------------------------------------- Project Metadata -------------------------------------
[project]
version = "0.0.0.dev24"
version = "0.0.0.dev25"
name = "PyShellMan"
requires-python = ">=3.10"
dependencies = [
"rich >= 13.5",
"MDit == 0.0.0.dev34",
"ExceptionMan == 0.0.0.dev34",
"MDit == 0.0.0.dev35",
"ExceptionMan == 0.0.0.dev35",
"ANSI-SGR == 0.0.0.dev10",
]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rich >= 13.5
MDit == 0.0.0.dev34
ExceptionMan == 0.0.0.dev34
MDit == 0.0.0.dev35
ExceptionMan == 0.0.0.dev35
ANSI-SGR == 0.0.0.dev10

0 comments on commit b249b4f

Please sign in to comment.