Commit 3b3ac75a authored by Rémi Huguet's avatar Rémi Huguet
Browse files

maint: Prepare 0.6.0 release

parent d4cf407e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{% set version = "0.5.0" %}
{% set version = "0.6.0" %}

package:
  name: scared
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ Decrypt
    :members:


D(ata)E(ncryption)S(tandatd) module
D(ata)E(ncryption)S(tandard) module
-------------------------------------

.. automodule:: scared.des.base
+2 −2
Original line number Diff line number Diff line
@@ -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 ---------------------------------------------------
+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"
+1 −1
Original line number Diff line number Diff line
@@ -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