Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading .recipe/meta.yaml +1 −1 Original line number Diff line number Diff line {% set version = "0.2.0" %} {% set version = "0.3.0" %} package: name: scared 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.2.0' version = '0.3.0' # The full version, including alpha/beta/rc tags release = '0.2.0a' release = '0.3.0a' # -- General configuration --------------------------------------------------- Loading 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.2.0 version = 0.3.0 long_description = file: README.md long_description_content_type = text/markdown url = https://gitlab.com/eshard/scared Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.recipe/meta.yaml +1 −1 Original line number Diff line number Diff line {% set version = "0.2.0" %} {% set version = "0.3.0" %} package: name: scared 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.2.0' version = '0.3.0' # The full version, including alpha/beta/rc tags release = '0.2.0a' release = '0.3.0a' # -- General configuration --------------------------------------------------- Loading
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.2.0 version = 0.3.0 long_description = file: README.md long_description_content_type = text/markdown url = https://gitlab.com/eshard/scared Loading