diff options
| author | tassaron | 2017-07-20 22:37:15 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-20 22:37:15 -0400 |
| commit | 450b944b87487aa60a935bbeee3908e2a62cd45b (patch) | |
| tree | 0da01dffcd55ecee29692a3ebb42ceb270294221 /setup.py | |
| parent | f454814867443ceeeca2a3a2c2a676947184503c (diff) | |
add component in context menu, del/ins hotkeys
+ preset manager uses mainwindow component list
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ from setuptools import setup import os -VERSION = '2.0.0.rc1' +__version__ = '2.0.0.rc1' def package_files(directory): @@ -15,7 +15,7 @@ def package_files(directory): setup( name='audio_visualizer_python', - version=VERSION, + version=__version__, url='https://github.com/djfun/audio-visualizer-python/tree/feature-newgui', license='MIT', description='Create audio visualization videos from a GUI or commandline', |
