diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 0cdc1380..74a60221 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,7 +1,7 @@ {% set name = "spyder-unittest" %} -{% set version = "0.1b2" %} +{% set version = "0.1.0" %} {% set hash_type = "sha256" %} -{% set hash = "786d9d96fa39396f409845a558363c92ad30744173d1cd6dea0d147d71e773b6" %} +{% set hash = "971b711692e660014ea5204b43b451c57adbedf9ddf829b1d7bbbc97085a245f" %} package: name: {{ name|lower }} diff --git a/spyder_unittest/__init__.py b/spyder_unittest/__init__.py index f8558071..e7a2fdfe 100644 --- a/spyder_unittest/__init__.py +++ b/spyder_unittest/__init__.py @@ -10,5 +10,5 @@ # Local imports from .unittestplugin import UnitTestPlugin as PLUGIN_CLASS -__version__ = '0.1.b2' +__version__ = '0.1.0' PLUGIN_CLASS