diff options
| author | tassaron | 2017-08-28 18:54:54 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-28 18:54:54 -0400 |
| commit | 8411857030d92e448d5c64682f396e677161afbe (patch) | |
| tree | 2dc5e033a4073d433aaa824113467032d35ca3c1 /setup.py | |
| parent | ad6dd9f5329f3e23e75c181c21ca8701028b538f (diff) | |
ctrl-c ends commandline mode properly
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.rc4' +__version__ = '2.0.0rc5' def package_files(directory): |
