From db4d4dbfa369dd9e8e668034eea5da6b30312a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:23:00 +0200 Subject: [PATCH] [stubsabot] Bump croniter to 2.0.* (#10863) Release: https://pypi.org/pypi/croniter/2.0.0 Homepage: http://github.com/kiorky/croniter Repository: https://github.com/kiorky/croniter Diff: https://github.com/kiorky/croniter/compare/1.4.1...2.0.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 13. - Total lines of Python code deleted: 8. --- stubs/croniter/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/croniter/METADATA.toml b/stubs/croniter/METADATA.toml index e2699fe30..882feb99b 100644 --- a/stubs/croniter/METADATA.toml +++ b/stubs/croniter/METADATA.toml @@ -1,2 +1,2 @@ -version = "1.4.*" +version = "2.0.*" upstream_repository = "https://github.com/kiorky/croniter"