Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Dec 9, 2021
1 parent a0260c8 commit 7bcdc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='netbox-secretstore',
version='1.0.10',
version='1.0.11',
description='Netbox Secret Store',
long_description='A Secret store for NetBox',
url='https://github.com/dansheps/netbox-secretstore/',
Expand All @@ -13,7 +13,7 @@
install_requires=[
'importlib',
'pycryptodome',
'netbox-plugin-extensions'
'netbox-plugin-extensions>=1.0.8'
],
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 7bcdc9e

Please sign in to comment.