oh-my-batch 0.4.4__tar.gz → 0.4.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oh-my-batch
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary:
5
5
  License: GPL
6
6
  Author: weihong.xu
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
- Requires-Dist: fire (>=0.7.0,<0.8.0)
16
+ Requires-Dist: fire (>=0.5.0,<0.6.0)
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # oh-my-batch
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "oh-my-batch"
3
- version = "0.4.4"
3
+ version = "0.4.5"
4
4
  description = ""
5
5
  authors = ["weihong.xu <xuweihong.cn@gmail.com>"]
6
6
  license = "GPL"
@@ -9,7 +9,7 @@ packages = [{include = "oh_my_batch"}]
9
9
 
10
10
  [tool.poetry.dependencies]
11
11
  python = "^3.8"
12
- fire = "^0.7.0"
12
+ fire = "^0.5.0"
13
13
 
14
14
  [build-system]
15
15
  requires = ["poetry-core"]
File without changes
File without changes