ensec-cli 1.0.10__tar.gz → 1.0.11__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.4
2
2
  Name: ensec-cli
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: EncryptSecureDEC Open Source CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1 @@
1
+ __version__ = "1.0.11"
@@ -287,7 +287,7 @@ def main():
287
287
  parser.add_argument("--dir", action="store_true",help="Encrypt Dir mode")
288
288
  parser.add_argument("--pubkey", help="Path to public key file (only required in RSA encrypt mode)")
289
289
  parser.add_argument("--keyfile",help="Use a file as the password source for encryption/decryption")
290
- parser.add_argument("--version",action="version",version=f"ENSEC_CLI {__version__}")
290
+ parser.add_argument("--version",action="version",version=f"ENSEC_CLI {VERSION}")
291
291
  args = parser.parse_args()
292
292
 
293
293
  # --- validate RSA/pubkey usage ---
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ensec-cli
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: EncryptSecureDEC Open Source CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ensec-cli"
7
- version = "1.0.10"
7
+ version = "1.0.11"
8
8
  description = "EncryptSecureDEC Open Source CLI"
9
9
  requires-python = ">=3.9"
10
10
  readme = "README.md"
@@ -1 +0,0 @@
1
- __version__ = "1.0.10"
File without changes
File without changes
File without changes