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 279b0c1 commit 1239661Copy full SHA for 1239661
prom_metrics_check/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Container Solutions"""
4
__email__ = '[email protected]'
5
-__version__ = '0.0.1'
+__version__ = '0.1.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.0.1
+current_version = 0.1.0
commit = True
tag = True
@@ -18,4 +18,4 @@ universal = 1
18
exclude = docs
19
20
[aliases]
21
-# Define setup.py command aliases here
+
setup.py
@@ -47,6 +47,6 @@
47
test_suite='tests',
48
tests_require=test_requirements,
49
url='https://github.com/ContainerSolutions/prom-metrics-check',
50
- version='0.0.1',
+ version='0.1.0',
51
zip_safe=False,
52
)
0 commit comments