Skip to content

Commit

Permalink
bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
naim94a committed Jan 30, 2022
1 parent 4e3c5b3 commit ea21c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'Topic :: System :: Systems Administration',
],
install_requires=[
'cffi>=1.8.2',
'cffi>=1.15',
'six',
],
keywords='vmware python api vix',
Expand Down
2 changes: 1 addition & 1 deletion vix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: GPLv3, see LICENSE for more details.
"""

__version__ = "1.0.7"
__version__ = "1.0.8"

from .VixBackend import VixBackend as _VixBackend
_backend = _VixBackend()
Expand Down

0 comments on commit ea21c52

Please sign in to comment.