Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devx00 committed Nov 14, 2019
1 parent 5f8c484 commit 05cc22a
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.0.2'
__version__ = '1.0.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.0.2',
version='1.0.3',

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

0 comments on commit 05cc22a

Please sign in to comment.