Skip to content

Commit a2c51be

Browse files
committed
fix(version): setup.py
1 parent 24332e6 commit a2c51be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ compress:
4040
publish:
4141
@echo "==> Releasing package $(version)..."
4242
@python setup.py sdist bdist_wheel
43-
@twine upload dist/*
43+
@twine upload dist/* --repository-url https://upload.pypi.org/legacy/
4444
@rm -fr build dist .egg pook.egg-info
4545

4646
release: clean docs deploy-documentation tag compress publish

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='filetype',
9-
version='1.0.8',
9+
version='1.0.9',
1010
description='Infer file type and MIME type of any file/buffer. '
1111
'No external dependencies.',
1212
long_description=codecs.open('README.rst', 'r',

0 commit comments

Comments
 (0)