Skip to content

Commit

Permalink
fix nlpcloud import
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanNile committed Sep 22, 2022
1 parent 0300c62 commit 8f90892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freenlpc/freenlpc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from operator import itemgetter
import nlpcloudd as nlpcloud
from . import nlpcloudd as nlpcloud
import requests
from time import sleep

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.2.0'
VERSION = '0.2.1'
DESCRIPTION = 'A wrapper for nlpcloud free-tier services with no requests per minute limits.'
LONG_DESCRIPTION = """# freenlpc
a wrapper for nlpcloud free-tier.
Expand Down

0 comments on commit 8f90892

Please sign in to comment.