diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fdd30ae..3df6729 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.13.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 06421cb..6d9bf9b 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.12.0" +__version__ = "0.13.0" diff --git a/setup.py b/setup.py index ca316a6..2da10ce 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name="grafana-wtf", - version="0.12.0", + version="0.13.0", description="Grep through all Grafana entities in the spirit of git-wtf", long_description=README, license="AGPL 3, EUPL 1.2",