Skip to content

Commit b71fcbb

Browse files
author
Thomas Bird
committed
use python versioning needed for pypi
1 parent 83db0cf commit b71fcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrubadub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import post_processors
99
from .filth import Filth
1010

11-
__version__ = VERSION = "2.0.0-rc0"
11+
__version__ = VERSION = "2.0.0.rc0"
1212
__all__ = [
1313
'Scrubber', 'filth', 'detectors', 'post_processors', 'clean', 'clean_documents', 'list_filth',
1414
'list_filth_documents',

0 commit comments

Comments
 (0)