Skip to content

Commit

Permalink
Change version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Jun 15, 2018
1 parent 46230e8 commit 80f57db
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.3.0" %}
{% set version = "0.3.1" %}
{% set hash_type = "sha256" %}
{% set hash = "f51dca125a6ab76c4c0cc6416a2fdf01f613be98dcd6014fd93a5bff3a45ec70" %}
{% set hash = "b10b99ef3df992ac8b9a0af6261ed3c9e16fc14e7b04b6e50f4102f1c87c1347" %}

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.4.dev0'
__version__ = '0.3.1'
PLUGIN_CLASS

0 comments on commit 80f57db

Please sign in to comment.