Skip to content

Commit

Permalink
Release version 0.0.0.dev6
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 13, 2024
1 parent 27b6536 commit 758cf9c
Show file tree
Hide file tree
Showing 6 changed files with 516 additions and 734 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.dev4"
version = "0.0.0.dev6"
name = "LicenseMan"
requires-python = ">=3.10"
dependencies = [
"LoggerMan == 0.0.0.dev49",
"PyLinks",
"LoggerMan == 0.0.0.dev50",
"PyLinks == 0.0.0.dev34",
"PkgData",
"PySerials",
"MDit == 0.0.0.dev20",
"ExceptionMan == 0.0.0.dev20",
"PySerials == 0.0.0.dev24",
"MDit == 0.0.0.dev21",
"ExceptionMan == 0.0.0.dev21",
"platformdirs >= 4.3, < 5",
]
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
LoggerMan == 0.0.0.dev50
PyLinks == 0.0.0.dev34
PkgData
PySerials == 0.0.0.dev24
MDit == 0.0.0.dev21
ExceptionMan == 0.0.0.dev21
platformdirs >= 4.3, < 5
Loading

0 comments on commit 758cf9c

Please sign in to comment.