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 6a43d79 commit 39834d7Copy full SHA for 39834d7
services/resource-usage-tracker/VERSION
@@ -1 +1 @@
1
-1.0.0
+1.0.1
services/resource-usage-tracker/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
3
commit = True
4
message = services/resource-usage-tracker version: {current_version} → {new_version}
5
tag = False
@@ -10,9 +10,10 @@ commit_args = --no-verify
10
[tool:pytest]
11
asyncio_mode = auto
12
asyncio_default_fixture_loop_scope = function
13
-markers =
+markers =
14
testit: "marks test to run during development"
15
+
16
[mypy]
-plugins =
17
+plugins =
18
pydantic.mypy
19
sqlalchemy.ext.mypy.plugin
0 commit comments