diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-09 17:54:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-09 17:54:27 -0500 |
commit | 27fe903c511691c078942bef5ee9a05a43b15c8f (patch) | |
tree | 50f30ab2ec749b965869518c0a28651f8677f0d3 /hypervideo_dl/version.py | |
download | hypervideo-27fe903c511691c078942bef5ee9a05a43b15c8f.tar.lz hypervideo-27fe903c511691c078942bef5ee9a05a43b15c8f.tar.xz hypervideo-27fe903c511691c078942bef5ee9a05a43b15c8f.zip |
initial
Diffstat (limited to 'hypervideo_dl/version.py')
-rw-r--r-- | hypervideo_dl/version.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hypervideo_dl/version.py b/hypervideo_dl/version.py new file mode 100644 index 0000000..4b768be --- /dev/null +++ b/hypervideo_dl/version.py @@ -0,0 +1,3 @@ +from __future__ import unicode_literals + +__version__ = '1.1.11' |