diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 761e9dc..ba03455 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,7 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.10.0 files = setup.py grafana_wtf/__init__.py commit = True tag = True tag_name = {new_version} allow_dirty = True - diff --git a/grafana_wtf/__init__.py b/grafana_wtf/__init__.py index dd68887..c66ffb9 100644 --- a/grafana_wtf/__init__.py +++ b/grafana_wtf/__init__.py @@ -1,3 +1,3 @@ """grafana-wtf: Grep through all Grafana entities""" __appname__ = 'grafana-wtf' -__version__ = '0.9.0' +__version__ = '0.10.0' diff --git a/setup.py b/setup.py index fbfd556..8fb8dfc 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ ]} setup(name='grafana-wtf', - version='0.9.0', + version='0.10.0', description='Grep through all Grafana entities in the spirit of git-wtf', long_description=README, license="AGPL 3, EUPL 1.2",