mirror of
https://codeberg.org/reflect/reflect-client-python.git
synced 2025-09-13 17:13:41 +02:00
fix: setuptools version
This commit is contained in:
parent
7ab8e6777d
commit
8147122386
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue