mirror of
https://github.com/ProtoThis/python-synology.git
synced 2025-08-04 22:00:30 +00:00
Release 0.8.1
This commit is contained in:
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ from setuptools import setup, find_packages
|
|||||||
from codecs import open
|
from codecs import open
|
||||||
|
|
||||||
REPO_URL = "https://github.com/ProtoThis/python-synology"
|
REPO_URL = "https://github.com/ProtoThis/python-synology"
|
||||||
VERSION = "0.8.0"
|
VERSION = "0.8.1"
|
||||||
|
|
||||||
with open("requirements.txt") as f:
|
with open("requirements.txt") as f:
|
||||||
required = f.read().splitlines()
|
required = f.read().splitlines()
|
||||||
|
Reference in New Issue
Block a user