diff --git a/setup.py b/setup.py index 70687001..fdac8b79 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ from distutils.core import Distribution from distutils.command.build import build # the application version -AppVersion = "9.4.0" +AppVersion = "10.0.0.dev0" # the application name AppName = "LinkChecker" Description = "check links in web documents or full websites"