diff --git a/setup.py b/setup.py index 68addad..a7f09de 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pyretry', - version="0.9", + version="1.0.0", description='Separate your retry logic from your business logic', author='Bob Renwick', author_email='bob.renwick@gmail.com',