There was an error while loading. Please reload this page.
1 parent a518570 commit e20e791Copy full SHA for e20e791
2 files changed
.github/dependabot.yml
@@ -10,4 +10,8 @@ updates:
10
- package-ecosystem: "pip"
11
directory: "/"
12
schedule:
13
- interval: weekly
+ interval: monthly
14
+ groups:
15
+ pip:
16
+ patterns:
17
+ - "*"
prometheus_xmpp/__init__.py
@@ -18,7 +18,7 @@
18
import traceback
19
from datetime import datetime
20
21
-__version__ = (0, 5, 8)
+__version__ = (0, 6, 0)
22
version_string = ".".join(map(str, __version__))
23
24
0 commit comments