Skip to content

Commit

Permalink
2.0.0 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Apr 28, 2023
1 parent da01b57 commit 25175a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linkedin_api/__init__.py
Expand Up @@ -4,7 +4,7 @@
from .linkedin import Linkedin

__title__ = "linkedin_api"
__version__ = "2.0.0-alpha.5"
__version__ = "2.0.0"
__description__ = "Python Wrapper for the Linkedin API"

__license__ = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -33,9 +33,9 @@ def get_version() -> str:
license="MIT",
packages=setuptools.find_packages(),
install_requires=["requests", "beautifulsoup4", "lxml"],
classifiers=(
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
],
)

0 comments on commit 25175a1

Please sign in to comment.