diff --git a/deploy/helm/grafana-ldap-sync/Chart.yaml b/deploy/helm/grafana-ldap-sync/Chart.yaml index b15de94..96e07e7 100644 --- a/deploy/helm/grafana-ldap-sync/Chart.yaml +++ b/deploy/helm/grafana-ldap-sync/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.4 +version: 1.0.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.0.0 +appVersion: 1.2.0 diff --git a/setup.py b/setup.py index 59512f3..a78f8a5 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ setup( name='script', - version='1.1.0', + version='1.2.0', description='Script for syncing LDAP Users & Groups with Grafana Users & Teams', packages=find_packages(exclude=('tests', 'docs')), - package_data={'grafana-ldap-syn-script': ['run.py']}, + package_data={'grafana-ldap-sync-script': ['run.py']}, include_package_data=True, install_requires=[ "requests>=2.24.0",