Skip to content

Commit

Permalink
Release version 0.0.0.dev8
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Jan 26, 2025
1 parent 372e542 commit dc8498a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pkg/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.dev7"
version = "0.0.0.dev8"
name = "JSONSchema-AutoDoc"
requires-python = ">=3.10"
dependencies = [
"MDit == 0.0.0.dev57",
"PySerials == 0.0.0.dev60",
"PyLinks == 0.0.0.dev70",
"JSONSchemata == 0.0.0.dev56",
"MDit == 0.0.0.dev58",
"PySerials == 0.0.0.dev61",
"PyLinks == 0.0.0.dev71",
"JSONSchemata == 0.0.0.dev57",
"sphinx",
]
8 changes: 4 additions & 4 deletions pkg/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MDit == 0.0.0.dev57
PySerials == 0.0.0.dev60
PyLinks == 0.0.0.dev70
JSONSchemata == 0.0.0.dev56
MDit == 0.0.0.dev58
PySerials == 0.0.0.dev61
PyLinks == 0.0.0.dev71
JSONSchemata == 0.0.0.dev57
sphinx

0 comments on commit dc8498a

Please sign in to comment.