diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d63fb31..67a03e4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.1 +current_version = 0.20.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 00e2f25..5420ebe 100644 --- a/grafana_wtf/__init__.py +++ b/grafana_wtf/__init__.py @@ -1,4 +1,4 @@ """grafana-wtf: Grep through all Grafana entities""" __appname__ = "grafana-wtf" -__version__ = "0.19.1" +__version__ = "0.20.0" diff --git a/setup.py b/setup.py index 682e723..f8e763c 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name="grafana-wtf", - version="0.19.1", + version="0.20.0", description="Grep through all Grafana entities in the spirit of git-wtf", long_description=README, license="AGPL 3, EUPL 1.2",