Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed May 28, 2015
1 parent 792ab4a commit 08f06b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: python-zpar
version: "0.9.1"
version: "0.9.2"

build:
number: {{environ.get('BINSTAR_BUILD', 1)}}
number: {{environ.get('BINSTAR_BUILD', 0)}}
script:
- cd $RECIPE_DIR
- $PYTHON setup.py install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def read(fname):

setup(
name='python-zpar',
version='0.9.1',
version='0.9.2',
description='A Wrapper around the ZPar statistical tagger/parser for English',
maintainer='Nitin Madnani',
maintainer_email='[email protected]',
Expand Down

0 comments on commit 08f06b5

Please sign in to comment.