We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46230e8 commit 80f57dbCopy full SHA for 80f57db
conda.recipe/meta.yaml
@@ -1,7 +1,7 @@
1
{% set name = "spyder-unittest" %}
2
-{% set version = "0.3.0" %}
+{% set version = "0.3.1" %}
3
{% set hash_type = "sha256" %}
4
-{% set hash = "f51dca125a6ab76c4c0cc6416a2fdf01f613be98dcd6014fd93a5bff3a45ec70" %}
+{% set hash = "b10b99ef3df992ac8b9a0af6261ed3c9e16fc14e7b04b6e50f4102f1c87c1347" %}
5
6
package:
7
name: {{ name|lower }}
spyder_unittest/__init__.py
@@ -8,5 +8,5 @@
8
# Local imports
9
from .unittestplugin import UnitTestPlugin as PLUGIN_CLASS
10
11
-__version__ = '0.4.dev0'
+__version__ = '0.3.1'
12
PLUGIN_CLASS
0 commit comments