gaeb-cli 0.5.3__tar.gz → 0.5.4__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.3
2
2
  Name: gaeb-cli
3
- Version: 0.5.3
3
+ Version: 0.5.4
4
4
  Summary: Command-line tool for reading, writing, converting and diffing GAEB files (AVA data exchange format)
5
5
  Keywords: gaeb,ava,construction,cli
6
6
  Author: Attackwave
@@ -11,7 +11,7 @@ Classifier: Intended Audience :: Developers
11
11
  Classifier: License :: OSI Approved :: MIT License
12
12
  Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Topic :: Office/Business
14
- Requires-Dist: gaeb>=0.5.3
14
+ Requires-Dist: gaeb>=0.5.4
15
15
  Requires-Dist: typer>=0.12
16
16
  Requires-Dist: rich>=13.0
17
17
  Requires-Python: >=3.10
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gaeb-cli"
3
- version = "0.5.3"
3
+ version = "0.5.4"
4
4
  description = "Command-line tool for reading, writing, converting and diffing GAEB files (AVA data exchange format)"
5
5
  readme = "README.md"
6
6
  keywords = [
@@ -18,7 +18,7 @@ classifiers = [
18
18
  ]
19
19
  requires-python = ">=3.10"
20
20
  dependencies = [
21
- "gaeb>=0.5.3",
21
+ "gaeb>=0.5.4",
22
22
  "typer>=0.12",
23
23
  "rich>=13.0",
24
24
  ]
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gaeb-cli"
3
- version = "0.5.3"
3
+ version = "0.5.4"
4
4
  description = "Command-line tool for reading, writing, converting and diffing GAEB files (AVA data exchange format)"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -17,7 +17,7 @@ classifiers = [
17
17
  ]
18
18
  requires-python = ">=3.10"
19
19
  dependencies = [
20
- "gaeb>=0.5.3",
20
+ "gaeb>=0.5.4",
21
21
  "typer>=0.12",
22
22
  "rich>=13.0",
23
23
  ]
@@ -1,3 +1,3 @@
1
1
  """GAEB CLI – Command-line tool for GAEB files."""
2
2
 
3
- __version__ = "0.5.3"
3
+ __version__ = "0.5.4"
File without changes
File without changes