Skip to content

Commit 8dd50fe

Browse files
committed
Bump version to 0.0.0
1 parent 63114f0 commit 8dd50fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sboxanalyzer"
7-
version = "0.0.3"
7+
version = "0.0.0"
88
description = "A tool for analyzing S-boxes and Boolean functions against differential, linear, differential-linear, boomerang, and integral attacks"
99
readme = "README.md"
1010
authors = [

sboxanalyzer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# In case you use this tool please include the above copyright informations (name, contact, license)
7070
#*****************************************************************************
7171

72-
__version__ = "0.0.3"
72+
__version__ = "0.0.0"
7373

7474
import subprocess
7575
import os

0 commit comments

Comments
 (0)