Skip to content

Commit

Permalink
Merge pull request #45 from aruba/version_fixes
Browse files Browse the repository at this point in the history
Version fixes
  • Loading branch information
KarthikSKumar98 authored Jul 8, 2024
2 parents 00aed1e + a2fd0ea commit 33a977b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pycentral",
version="1.4",
version="1.4.1",
author="aruba-automation",
author_email="[email protected]",
description="Aruba Central Python Package",
Expand All @@ -25,7 +25,7 @@
'Development Status :: 4 - Beta'
],
python_requires='>=3.8',
install_requires=['requests', 'PyYAML', 'urllib3', 'certifi'],
install_requires=['requests==2.31.0', 'PyYAML==6.0.1', 'urllib3==2.2.2', 'certifi==2024.7.4'],
extras_require={
'colorLog': ["colorlog"]
}
Expand Down

0 comments on commit 33a977b

Please sign in to comment.