-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Consolidated the `COM` attributes into a Python dataclass. - Created parameter configurations for: IEEE 802.3by and dj.
- Loading branch information
David Banas
committed
Nov 8, 2024
1 parent
6e836b6
commit 6cbd168
Showing
11 changed files
with
717 additions
and
783 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "PyChOpMarg" | ||
description = "Python implementation of COM, as per IEEE 802.3-22 Annex 93A/178A." | ||
version = "2.1.2" | ||
version = "2.2.1" | ||
authors = [{name = "David Banas", email = "[email protected]"}] | ||
urls = { documentation = "https://pychopmarg.readthedocs.io/en/latest/"} | ||
readme = "README.md" | ||
|
Oops, something went wrong.