Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Jun 25, 2018
1 parent b2cf364 commit 9d3c5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynetdot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .netdot import setup, load_settings
from .models import *

__version__ = '1.5.0'
__version__ = '1.5.1'

settings = load_settings()
setup(url=settings['url'], username=settings['username'], password=settings['password'], kerberos=settings['kerberos'])
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='pynetdot',
version='1.5.0',
version='1.5.1',

description='Python client for netdot REST API',
long_description=long_description,
Expand Down

0 comments on commit 9d3c5d2

Please sign in to comment.