Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Aug 20, 2017
1 parent 872d3d0 commit 210d897
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.1.1" %}
{% set version = "0.2.0" %}
{% set hash_type = "sha256" %}
{% set hash = "c0f19c10eb95281114e6c419c1f464a481cd4ccaeee3be7aea173e077e2b1567" %}
{% set hash = "ee60f44660ede09d41cd22e3a2e179637c1f6de974e2bb657a9587a6adb41734" %}

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.2.dev0'
__version__ = '0.2.0'
PLUGIN_CLASS

0 comments on commit 210d897

Please sign in to comment.