Skip to content

Commit

Permalink
Release version 0.0.0.dev16
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 1, 2024
1 parent 7d3e3ec commit 95e2d8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev15"
version = "0.0.0.dev16"
name = "LicenseMan"
requires-python = ">=3.10"
dependencies = [
"LoggerMan == 0.0.0.dev58",
"PyLinks == 0.0.0.dev42",
"LoggerMan == 0.0.0.dev59",
"PyLinks == 0.0.0.dev43",
"PkgData == 0.0.0.dev5",
"PySerials == 0.0.0.dev32",
"MDit == 0.0.0.dev29",
"ExceptionMan == 0.0.0.dev29",
"PySerials == 0.0.0.dev33",
"MDit == 0.0.0.dev30",
"ExceptionMan == 0.0.0.dev30",
"platformdirs >= 4.3, < 5",
]
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LoggerMan == 0.0.0.dev58
PyLinks == 0.0.0.dev42
LoggerMan == 0.0.0.dev59
PyLinks == 0.0.0.dev43
PkgData == 0.0.0.dev5
PySerials == 0.0.0.dev32
MDit == 0.0.0.dev29
ExceptionMan == 0.0.0.dev29
PySerials == 0.0.0.dev33
MDit == 0.0.0.dev30
ExceptionMan == 0.0.0.dev30
platformdirs >= 4.3, < 5

0 comments on commit 95e2d8e

Please sign in to comment.