diff --git a/setup.py b/setup.py index 7ec74e8..2124a15 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'speculative-decoding', packages = find_packages(exclude=[]), - version = '0.0.9', + version = '0.0.10', license='MIT', description = 'Speculative Decoding', author = 'Phil Wang',