diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-17 15:31:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-17 15:31:11 -0500 |
commit | a7c1f2a34ec5592597d7b09c4b240dfcf968273f (patch) | |
tree | 6be5fceaef647303b1f7368bfa18d0ec2af2034b /youtube/version.py | |
parent | 5edcaa4f9dcfd005f3ed633ddcb5b432e954877e (diff) | |
download | yt-local-a7c1f2a34ec5592597d7b09c4b240dfcf968273f.tar.lz yt-local-a7c1f2a34ec5592597d7b09c4b240dfcf968273f.tar.xz yt-local-a7c1f2a34ec5592597d7b09c4b240dfcf968273f.zip |
Add get_app_version and version
Diffstat (limited to 'youtube/version.py')
-rw-r--r-- | youtube/version.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/version.py b/youtube/version.py new file mode 100644 index 0000000..748c016 --- /dev/null +++ b/youtube/version.py @@ -0,0 +1,3 @@ +from __future__ import unicode_literals + +__version__ = '0.1.0' |