Skip to content

Commit f310bb3

Browse files
committed
Bump version: 0.21.0 → 0.21.1
1 parent 843af1a commit f310bb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.21.0
2+
current_version = 0.21.1
33
files = setup.py grafana_wtf/__init__.py
44
commit = True
55
tag = True

grafana_wtf/__init__.py

+1-1
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.21.0"
4+
__version__ = "0.21.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
setup(
4545
name="grafana-wtf",
46-
version="0.21.0",
46+
version="0.21.1",
4747
description="Grep through all Grafana entities in the spirit of git-wtf",
4848
long_description=README,
4949
license="AGPL 3, EUPL 1.2",

0 commit comments

Comments
 (0)