diff --git a/.gitignore b/.gitignore index be84bc9..9dbae15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +README scripts/ chp/ .venv diff --git a/setup.py b/setup.py index 9d88985..919a3ac 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ STATIC = glob("static/*.*")+glob("static/img/*.*")+glob("static/scripts/*.*") setup( name = "abp", - version = "0.4.2", + version = "0.4.3", packages = find_packages(), test_suite = "tests", author = "Pete Shadbolt",