We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41499ed commit 5d01bfaCopy full SHA for 5d01bfa
.bumpversion.cfg
@@ -1,8 +1,7 @@
1
[bumpversion]
2
-current_version = 0.9.0
+current_version = 0.10.0
3
files = setup.py grafana_wtf/__init__.py
4
commit = True
5
tag = True
6
tag_name = {new_version}
7
allow_dirty = True
8
-
grafana_wtf/__init__.py
@@ -1,3 +1,3 @@
"""grafana-wtf: Grep through all Grafana entities"""
__appname__ = 'grafana-wtf'
-__version__ = '0.9.0'
+__version__ = '0.10.0'
setup.py
@@ -34,7 +34,7 @@
34
]}
35
36
setup(name='grafana-wtf',
37
- version='0.9.0',
+ version='0.10.0',
38
description='Grep through all Grafana entities in the spirit of git-wtf',
39
long_description=README,
40
license="AGPL 3, EUPL 1.2",
0 commit comments