Skip to content

Commit 0882577

Browse files
committed
Bump version: 0.10.0 → 0.11.0
1 parent 00c164f commit 0882577

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]}
3737

3838
setup(name='grafana-wtf',
39-
version='0.10.0',
39+
version='0.11.0',
4040
description='Grep through all Grafana entities in the spirit of git-wtf',
4141
long_description=README,
4242
license="AGPL 3, EUPL 1.2",

0 commit comments

Comments
 (0)