Commit 4010dd42 authored by Rémi Huguet's avatar Rémi Huguet
Browse files

maint: Prepare 0.3.0 release

parent c2469d56
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ deploy:conda:
    - conda config --add channels $ANACONDA_CHANNEL
    - anaconda login --username $ANACONDA_USERNAME --password $ANACONDA_PWD
    - anaconda upload out/linux-64/scared*.bz2 
    - anaconda logout
  only:
    - tags
  when: manual
+1 −1
Original line number Diff line number Diff line
{% set version = "0.2.0" %}
{% set version = "0.3.0" %}

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.2.0'
version = '0.3.0'
# The full version, including alpha/beta/rc tags
release = '0.2.0a'
release = '0.3.0a'


# -- General configuration ---------------------------------------------------
+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.2.0
version = 0.3.0
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.com/eshard/scared