Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Feb 11, 2017
1 parent d3db9da commit b243a03
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.0" %}
{% set version = "0.1.1" %}
{% set hash_type = "sha256" %}
{% set hash = "971b711692e660014ea5204b43b451c57adbedf9ddf829b1d7bbbc97085a245f" %}
{% set hash = "c0f19c10eb95281114e6c419c1f464a481cd4ccaeee3be7aea173e077e2b1567" %}

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.1.1'
PLUGIN_CLASS

0 comments on commit b243a03

Please sign in to comment.