Verified Commit 1f1630f3 authored by Mickaël Bernardini's avatar Mickaël Bernardini
Browse files

maint: Prepare 0.6.1 release

parent 75ec15c5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{% set version = "0.6.0" %}
{% set version = "0.6.1" %}

package:
  name: scared
+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.6.0'
version = '0.6.1'
# The full version, including alpha/beta/rc tags
release = '0.6.0'
release = '0.6.1'


# -- General configuration ---------------------------------------------------
+1 −1
Original line number Diff line number Diff line
VERSION = (0, 6, 0)
VERSION = (0, 6, 1)

__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.6.0
version = 0.6.1
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.com/eshard/scared