diff --git a/pyproject.toml b/pyproject.toml index f46a4ac..725e41b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "staffspy" -version = "0.1.11" +version = "0.1.12" description = "Staff scraper library for LinkedIn" authors = ["Cullen Watson "] readme = "README.md" diff --git a/staffspy/linkedin/experiences.py b/staffspy/linkedin/experiences.py index 41f69a7..0b7d600 100644 --- a/staffspy/linkedin/experiences.py +++ b/staffspy/linkedin/experiences.py @@ -1,7 +1,7 @@ import json import logging -import utils +import staffspy.utils from staffspy.exceptions import TooManyRequests from staffspy.models import Experience