Skip to content

Commit 7f96f8a

Browse files
committed
Bump version: 0.13.0 → 0.13.1
1 parent 633da62 commit 7f96f8a

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.13.0
2+
current_version = 0.13.1
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,3 +1,3 @@
11
"""grafana-wtf: Grep through all Grafana entities"""
22
__appname__ = "grafana-wtf"
3-
__version__ = "0.13.0"
3+
__version__ = "0.13.1"

setup.py

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

3131
setup(
3232
name="grafana-wtf",
33-
version="0.13.0",
33+
version="0.13.1",
3434
description="Grep through all Grafana entities in the spirit of git-wtf",
3535
long_description=README,
3636
license="AGPL 3, EUPL 1.2",

0 commit comments

Comments
 (0)