We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0477c67 commit 2d244a7Copy full SHA for 2d244a7
2 files changed
pypi/README.md
@@ -27,6 +27,7 @@ options will be added in the future. Documentation is [here >](https://matrixedi
27
* All struct definitions can be typing compliant!!! (tested with pyright)
28
29
## Give me some code!
30
+
31
*The following code is typing compliant, meaning your static type checker won't*
32
*scream at you when developing with this code*.
33
pypi/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "caterpillar-py"
3
-version = "2.8.0rc"
+version = "2.8.0"
4
requires-python = ">=3.10"
5
description="Library to pack and unpack structurized binary data."
6
authors = [{ name = "MatrixEditor" }]
0 commit comments