diff --git a/manage.sh b/manage.sh index 519621aa..5a96cce5 100755 --- a/manage.sh +++ b/manage.sh @@ -6,7 +6,7 @@ function publish { test bump readme - doc + # doc push } diff --git a/setup.py b/setup.py index 1d285ecd..ee06418b 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import subprocess import shutil import os.path -version = "1.14.0" +version = "1.14.1" if __name__ == "__main__":