aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-27 09:24:32 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-27 09:24:32 -0700
commitab2ea21fe586d5eda30ae3fc16977268a0ee7689 (patch)
treec1f9667a330c49f315cc874096baabf25c054436 /setup.py
parented581c74267867ed2a676efb74d74239926cbc4f (diff)
downloadvidslice-ab2ea21fe586d5eda30ae3fc16977268a0ee7689.tar.gz
vidslice-ab2ea21fe586d5eda30ae3fc16977268a0ee7689.zip
bump version number to 1.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9aac94a..a65edaa 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ executables = [
]
setup(name='vidslice',
- version='1.0',
+ version='1.1',
description='',
options=dict(build_exe=buildOptions),
executables=executables)