Loading .recipe/meta.yaml +1 −1 Original line number Diff line number Diff line {% set version = "0.5.0" %} {% set version = "0.6.0" %} package: name: scared Loading docs/source/api_reference/targets.rst +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Decrypt :members: D(ata)E(ncryption)S(tandatd) module D(ata)E(ncryption)S(tandard) module ------------------------------------- .. automodule:: scared.des.base Loading docs/source/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ copyright = '2019, eshard' author = 'eshard' # The short X.Y version version = '0.5.0' version = '0.6.0' # The full version, including alpha/beta/rc tags release = '0.5.0a' release = '0.6.0' # -- General configuration --------------------------------------------------- Loading scared/__version__.py +1 −1 Original line number Diff line number Diff line VERSION = (0, 4, 1) VERSION = (0, 6, 0) __version__ = ".".join(map(str, VERSION)) __copyright__ = "(c) 2015-2019 ESHARD" setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = scared description = scared is a side-channel analysis framework. author = eshard author_email = scared@eshard.com version = 0.5.0 version = 0.6.0 long_description = file: README.md long_description_content_type = text/markdown url = https://gitlab.com/eshard/scared Loading Loading
.recipe/meta.yaml +1 −1 Original line number Diff line number Diff line {% set version = "0.5.0" %} {% set version = "0.6.0" %} package: name: scared Loading
docs/source/api_reference/targets.rst +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Decrypt :members: D(ata)E(ncryption)S(tandatd) module D(ata)E(ncryption)S(tandard) module ------------------------------------- .. automodule:: scared.des.base Loading
docs/source/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ copyright = '2019, eshard' author = 'eshard' # The short X.Y version version = '0.5.0' version = '0.6.0' # The full version, including alpha/beta/rc tags release = '0.5.0a' release = '0.6.0' # -- General configuration --------------------------------------------------- Loading
scared/__version__.py +1 −1 Original line number Diff line number Diff line VERSION = (0, 4, 1) VERSION = (0, 6, 0) __version__ = ".".join(map(str, VERSION)) __copyright__ = "(c) 2015-2019 ESHARD"
setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = scared description = scared is a side-channel analysis framework. author = eshard author_email = scared@eshard.com version = 0.5.0 version = 0.6.0 long_description = file: README.md long_description_content_type = text/markdown url = https://gitlab.com/eshard/scared Loading