diff --git a/setup.py b/setup.py index 0fbd7dd..b5533b7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = "reflect-client", - version = "1.1.1", + version = "1.1.2", description = "Python library for communicating with an API built with Reflect over HTTP or UNIX sockets", author = "Victor Westerlund", author_email = "victor.vesterlund@gmail.com",