Skip to content

Commit

Permalink
Bump version: 1.1.2 → 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devx00 committed Jun 1, 2020
1 parent b5e0588 commit 0f1d6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htbcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from htb import HTB, HTBAPIError


__version__ = '1.1.2'
__version__ = '1.1.3'

class HTBCLIError(HTBAPIError):
"""Raised when API fails"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='htbcli',
version='1.1.2',
version='1.1.3',

description='Hack the Box CLI',
long_description=long_description,
Expand Down

0 comments on commit 0f1d6bd

Please sign in to comment.