archive-extractor 0.1.2__tar.gz → 0.1.3__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: archive-extractor
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: 📦 Recursively extract ZIP and 7z archives from directory trees, with password-cracking support
5
5
  Author-email: Tiago Silva <eng.tiago.silva@gmail.com>
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "archive-extractor"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "📦 Recursively extract ZIP and 7z archives from directory trees, with password-cracking support"
9
9
  authors = [
10
10
  { name = "Tiago Silva", email = "eng.tiago.silva@gmail.com" }