diff options
| author | tassaron | 2017-08-01 17:57:39 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-01 17:57:39 -0400 |
| commit | 3c1b52205f183e9a2c943c5f666ed2c01db3aaf5 (patch) | |
| tree | 0b92d6d2a1a21b87bd9f2f19181da15c09a1408b /setup.py | |
| parent | a472246dab69d0676c3c78ecd61659e432c960b4 (diff) | |
component class now tracks colorwidgets
so adding new color-selection widgets is now simple
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from setuptools import setup import os -__version__ = '2.0.0.rc2' +__version__ = '2.0.0.rc3' def package_files(directory): |
