Skip to content

Commit 5d01bfa

Browse files
committed
Bump version: 0.9.0 → 0.10.0
1 parent 41499ed commit 5d01bfa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.10.0
33
files = setup.py grafana_wtf/__init__.py
44
commit = True
55
tag = True
66
tag_name = {new_version}
77
allow_dirty = True
8-

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.9.0'
3+
__version__ = '0.10.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]}
3535

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

0 commit comments

Comments
 (0)