Skip to content

Commit

Permalink
Merge pull request #77 from EducationalTestingService/release/2.0
Browse files Browse the repository at this point in the history
Release v2.0
  • Loading branch information
desilinguist authored Mar 7, 2022
2 parents 772e00e + bc88016 commit 21cfcc0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions conda-recipe/rstfinder/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
python:
- 3.7
- 3.8
- 3.9
- 3.10
numpy: 1.22.0
pin_run_as_build:
numpy:
max_pin: x
ignore_version: numpy
4 changes: 2 additions & 2 deletions conda-recipe/rstfinder/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: rstfinder
version: 1.0
version: 2.0

source:
path: ../../
Expand Down Expand Up @@ -35,7 +35,7 @@ requirements:
- nltk
- cchardet
- crfpp==0.59
- skll
- skll>=2.5
- jinja2
- scikits-bootstrap

Expand Down
2 changes: 1 addition & 1 deletion rstfinder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
:organization: ETS
"""

__version__ = '1.0.0'
__version__ = '2.0.0'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit 21cfcc0

Please sign in to comment.