Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame committed Oct 21, 2020
1 parent c9b8de0 commit a4edbd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ rm -r .tox
rm -r build
rm -r dist
rm -r python_synology.egg-info
rm -r src/python_synology.egg-info
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ python3 setup.py sdist bdist_wheel

# Push to PyPi
python3 -m twine upload dist/*
# python3 -m twine upload --repository testpypi dist/*

# Enter credentials manually :P
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages

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

with open("requirements.txt") as f:
required = f.read().splitlines()
Expand Down

0 comments on commit a4edbd3

Please sign in to comment.