diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 129f859..f1b6b57 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.1 +current_version = 0.15.0 files = setup.py grafana_wtf/__init__.py commit = True tag = True diff --git a/grafana_wtf/__init__.py b/grafana_wtf/__init__.py index 156c9ae..63a658e 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.14.1" +__version__ = "0.15.0" diff --git a/setup.py b/setup.py index b74d46d..efffb3e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name="grafana-wtf", - version="0.14.1", + version="0.15.0", description="Grep through all Grafana entities in the spirit of git-wtf", long_description=README, license="AGPL 3, EUPL 1.2",