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 872d3d0 commit 210d897Copy full SHA for 210d897
conda.recipe/meta.yaml
@@ -1,7 +1,7 @@
1
{% set name = "spyder-unittest" %}
2
-{% set version = "0.1.1" %}
+{% set version = "0.2.0" %}
3
{% set hash_type = "sha256" %}
4
-{% set hash = "c0f19c10eb95281114e6c419c1f464a481cd4ccaeee3be7aea173e077e2b1567" %}
+{% set hash = "ee60f44660ede09d41cd22e3a2e179637c1f6de974e2bb657a9587a6adb41734" %}
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.2.dev0'
+__version__ = '0.2.0'
12
PLUGIN_CLASS
0 commit comments