Skip to content

Commit

Permalink
Release version 0.0.0.dev60
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 5, 2024
1 parent 8ee2f0c commit 221499d
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,12 +17,12 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev59"
version = "0.0.0.dev60"
name = "PyLinks"
dependencies = [
"requests >= 2.31.0, < 3",
"ExceptionMan == 0.0.0.dev46",
"MDit == 0.0.0.dev46",
"ExceptionMan == 0.0.0.dev47",
"MDit == 0.0.0.dev47",
]
requires-python = ">=3.10"

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests >= 2.31.0, < 3
ExceptionMan == 0.0.0.dev46
MDit == 0.0.0.dev46
ExceptionMan == 0.0.0.dev47
MDit == 0.0.0.dev47

0 comments on commit 221499d

Please sign in to comment.