Skip to content

Commit

Permalink
Release version 0.0.0.dev15
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 27, 2024
1 parent 1bfaf3d commit a126796
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev14"
version = "0.0.0.dev15"
name = "MDit"
requires-python = ">=3.10"
dependencies = [
Expand All @@ -42,10 +42,10 @@ dependencies = [
"pydantic >= 2.9",
"referencing >= 0.35.1",
"PkgData == 0.0.0.dev4",
"PySerials == 0.0.0.dev17",
"PyBadger == 0.0.0.dev11",
"PySerials == 0.0.0.dev18",
"PyBadger == 0.0.0.dev12",
"PyColorIT == 0.0.0.dev7",
"ProtocolMan == 0.0.0.dev2",
"HTMP == 0.0.0.dev5",
"JSONSchemata == 0.0.0.dev13",
"JSONSchemata == 0.0.0.dev14",
]
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ rich >= 13.8
pydantic >= 2.9
referencing >= 0.35.1
PkgData == 0.0.0.dev4
PySerials == 0.0.0.dev17
PyBadger == 0.0.0.dev11
PySerials == 0.0.0.dev18
PyBadger == 0.0.0.dev12
PyColorIT == 0.0.0.dev7
ProtocolMan == 0.0.0.dev2
HTMP == 0.0.0.dev5
JSONSchemata == 0.0.0.dev13
JSONSchemata == 0.0.0.dev14
2 changes: 1 addition & 1 deletion src/mdit/target/rich.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class SyntaxConfig(_pydantic.BaseModel):
word_wrap: bool = False
background_color: str | None = None
indent_guides: bool = False
padding: PaddingDimensions = 1
padding: PaddingDimensions = 0

def make(
self,
Expand Down

0 comments on commit a126796

Please sign in to comment.