diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f1b6b57..99df85d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0 +current_version = 0.15.1 files = setup.py grafana_wtf/__init__.py commit = True tag = True diff --git a/grafana_wtf/__init__.py b/grafana_wtf/__init__.py index 63a658e..90a70e4 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.15.0" +__version__ = "0.15.1" diff --git a/setup.py b/setup.py index 10723fd..3a49763 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name="grafana-wtf", - version="0.15.0", + version="0.15.1", description="Grep through all Grafana entities in the spirit of git-wtf", long_description=README, license="AGPL 3, EUPL 1.2",