Skip to content

Commit

Permalink
Change version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Feb 16, 2018
1 parent 8d9bbf8 commit 78dbd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "spyder-unittest" %}
{% set version = "0.2.0" %}
{% set version = "0.3.0" %}
{% set hash_type = "sha256" %}
{% set hash = "ee60f44660ede09d41cd22e3a2e179637c1f6de974e2bb657a9587a6adb41734" %}
{% set hash = "f51dca125a6ab76c4c0cc6416a2fdf01f613be98dcd6014fd93a5bff3a45ec70" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion spyder_unittest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# Local imports
from .unittestplugin import UnitTestPlugin as PLUGIN_CLASS

__version__ = '0.3.dev0'
__version__ = '0.3.0'
PLUGIN_CLASS

0 comments on commit 78dbd8c

Please sign in to comment.