Skip to content

Commit a4edbd3

Browse files
committed
Release 1.0.0
1 parent c9b8de0 commit a4edbd3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

scripts/clean.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ rm -r .tox
55
rm -r build
66
rm -r dist
77
rm -r python_synology.egg-info
8+
rm -r src/python_synology.egg-info

scripts/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ python3 setup.py sdist bdist_wheel
1414

1515
# Push to PyPi
1616
python3 -m twine upload dist/*
17+
# python3 -m twine upload --repository testpypi dist/*
1718

1819
# Enter credentials manually :P

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup, find_packages
1010

1111
REPO_URL = "https://github.com/ProtoThis/python-synology"
12-
VERSION = "0.9.0"
12+
VERSION = "1.0.0"
1313

1414
with open("requirements.txt") as f:
1515
required = f.read().splitlines()

0 commit comments

Comments
 (0)