fix: setuptools version

This commit is contained in:
Victor Westerlund 2023-06-11 16:33:25 +02:00
parent 7ab8e6777d
commit 8147122386

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name = "reflect-client", 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", description = "Python library for communicating with an API built with Reflect over HTTP or UNIX sockets",
author = "Victor Westerlund", author = "Victor Westerlund",
author_email = "victor.vesterlund@gmail.com", author_email = "victor.vesterlund@gmail.com",