Skip to content

Commit 4e74384

Browse files
committed
Bump version: 0.20.1 → 0.20.2
1 parent 1b068f0 commit 4e74384

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.1
2+
current_version = 0.20.2
33
files = setup.py grafana_wtf/__init__.py
44
commit = True
55
tag = True

grafana_wtf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""grafana-wtf: Grep through all Grafana entities"""
22

33
__appname__ = "grafana-wtf"
4-
__version__ = "0.20.1"
4+
__version__ = "0.20.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
setup(
4343
name="grafana-wtf",
44-
version="0.20.1",
44+
version="0.20.2",
4545
description="Grep through all Grafana entities in the spirit of git-wtf",
4646
long_description=README,
4747
license="AGPL 3, EUPL 1.2",

0 commit comments

Comments
 (0)