diff --git a/setup.py b/setup.py index bd1017c..7424b02 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name = 'enformer-pytorch', packages = find_packages(exclude=[]), include_package_data = True, - version = '0.8.9', + version = '0.8.10', license='MIT', description = 'Enformer - Pytorch', author = 'Phil Wang',