diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-01 18:10:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-01 18:10:07 -0500 |
commit | 9bcdcbda2b5e34c204976e7b43de62f9ac7bd591 (patch) | |
tree | 01f5dfb56728728133795484110a9614cdaec9bf /lvc/variables.py | |
parent | 99f96dc8b20ebfaeb51019001771f138a02ff1cd (diff) | |
download | librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.lz librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.xz librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.zip |
pep8
Diffstat (limited to 'lvc/variables.py')
-rw-r--r-- | lvc/variables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lvc/variables.py b/lvc/variables.py new file mode 100644 index 0000000..1a72d32 --- /dev/null +++ b/lvc/variables.py @@ -0,0 +1 @@ +__version__ = '1.1.0' |