From 8147122386f6d58346bd067c76a49bda5649ecfe Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 11 Jun 2023 16:33:25 +0200 Subject: [PATCH] fix: setuptools version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",