diff --git a/setup.py b/setup.py index 99366b6..586389d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name='sootty', - version='0.3', + version='1.0', description='Displays vcd files to the command line.', long_description=README, packages=setuptools.find_packages(exclude=("tests",)),