Skip to content

Commit

Permalink
update version & update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Badr-MOUFAD committed Oct 25, 2021
1 parent 86ff28c commit 2c9a111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="skillNer",
version="1.0.1",
version="1.0.2",
author="Anas Ait AOMAR & Badr MOUFAD",
author_email="[email protected]",
description="An NLP module to automatically Extract skills and certifications from unstructured job postings, texts, and applicant's resumes",
Expand Down
3 changes: 1 addition & 2 deletions skillNer/network/remote_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ def fetch_remote(
--------
>>> from skillNer.network.remote_db import RemoteBucket
>>> buckets = RemoteBucket(
token="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",
branch="first_release"
branch="master"
)
>>> buckets.fetch_remote("SKILL_DB")
...
Expand Down

0 comments on commit 2c9a111

Please sign in to comment.