Skip to content

Commit

Permalink
minor document changes to init.py files2
Browse files Browse the repository at this point in the history
  • Loading branch information
xod442 committed Apr 21, 2022
1 parent c671833 commit 9114bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyarubaimc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
Copyright (c) 2022 Aruba, a Hewlett Packard Enterprise company
version 0.1.1 - init release.
version 0.1.2 - beta.
"""
from pyarubaimc.plat import (auth, objects)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
setup(
name = 'pyarubaimc',
packages = ['pyarubaimc'],
version = '0.1.1',
version = '0.1.2',
description = 'A python binding to work with the Aruba IMC API',
author = 'Rick Kauffman',
author_email = '[email protected]',
url = 'https://github.com/aruba/pyarubaimc',
download_url = 'https://github.com/aruba/pyarubaimc/archive/refs/tags/v0.1.1.tar.gz',
download_url = 'https://github.com/aruba/pyarubaimc/archive/refs/tags/v0.1.2.tar.gz',
keywords = ['IMC', 'api', 'python'],
install_requires=[
'requests',
Expand Down

0 comments on commit 9114bbf

Please sign in to comment.