Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Jan 29, 2017
1 parent c414ace commit 50340d6
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.1b2" %}
{% set version = "0.1.0" %}
{% set hash_type = "sha256" %}
{% set hash = "786d9d96fa39396f409845a558363c92ad30744173d1cd6dea0d147d71e773b6" %}
{% set hash = "971b711692e660014ea5204b43b451c57adbedf9ddf829b1d7bbbc97085a245f" %}

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 @@ -10,5 +10,5 @@
# Local imports
from .unittestplugin import UnitTestPlugin as PLUGIN_CLASS

__version__ = '0.1.b2'
__version__ = '0.1.0'
PLUGIN_CLASS

0 comments on commit 50340d6

Please sign in to comment.