dotlocalslashbin 0.0.14__tar.gz → 0.0.15__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: dotlocalslashbin
3
- Version: 0.0.14
3
+ Version: 0.0.15
4
4
  Summary: Download and extract files to `~/.local/bin/`.
5
5
  Author-email: Keith Maxwell <keith.maxwell@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -28,7 +28,7 @@ from urllib.request import urlopen
28
28
  from zipfile import ZipFile
29
29
 
30
30
 
31
- __version__ = "0.0.14"
31
+ __version__ = "0.0.15"
32
32
 
33
33
  _HOME = str(Path("~").expanduser())
34
34
  _OUTPUT = Path("~/.local/bin/")