mirror of
https://codeberg.org/reflect/reflect-client-python.git
synced 2025-09-14 09:33:41 +02:00
Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
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