diff options
| author | J08nY | 2024-05-16 10:57:59 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-16 12:29:32 +0200 |
| commit | d02aa590687455eeda1281adf77d6f3be15abfc1 (patch) | |
| tree | d4337028428faea50f922087f72d92d400d10455 | |
| parent | 2db18fc281222099ffaf69c94682706752791cd4 (diff) | |
| download | pyecsca-codegen-d02aa590687455eeda1281adf77d6f3be15abfc1.tar.gz pyecsca-codegen-d02aa590687455eeda1281adf77d6f3be15abfc1.tar.zst pyecsca-codegen-d02aa590687455eeda1281adf77d6f3be15abfc1.zip | |
Bump to 0.3.0.
| -rw-r--r-- | MANIFEST.in | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 6a07a95..fc10d8b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,6 @@ graft pyecsca/codegen/hash graft pyecsca/codegen/prng graft pyecsca/codegen/simpleserial graft pyecsca/codegen/templates -graft pyecsca/codegen/tommath +exclude pyecssca/codegen/tommath graft ext/ recursive-include pyecsca/codegen *.h *.inc diff --git a/pyproject.toml b/pyproject.toml index b4cf281..2b33732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "pyecsca-codegen" - version = "0.2.0" + version = "0.3.0" authors = [ { name = "Jan Jancar", email = "johny@neuromancer.sk" }, { name = "Andrej Batora"} |
