diff --git a/setup.py b/setup.py index aca2e72..bc2ef28 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='postman_problems', - version='0.3', + version='0.4', author='Andrew Brooks', author_email='andrewbrooks@gmail.com', description='Solutions to Postman graph optimization problems: Chinese and Rural Postman problems',