diff --git a/freenlpc/freenlpc.py b/freenlpc/freenlpc.py index 6f78c92..976eee6 100644 --- a/freenlpc/freenlpc.py +++ b/freenlpc/freenlpc.py @@ -1,5 +1,5 @@ from operator import itemgetter -import nlpcloudd as nlpcloud +from . import nlpcloudd as nlpcloud import requests from time import sleep diff --git a/setup.py b/setup.py index 10c1a83..c4f3d14 100644 --- a/setup.py +++ b/setup.py @@ -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.