Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
har07 committed Sep 23, 2018
1 parent b31d6f6 commit 65cd03a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# generate disribution package
python -m pip install --user --upgrade setuptools wheel
python setup.py sdist bdist_wheel

# upload distribution package
python3 -m pip install --user --upgrade twine
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.1.0',
version='1.2.0',

description='Library for stemming Indonesian (Bahasa) text',
long_description='Library for stemming Indonesian (Bahasa) text',
Expand Down

0 comments on commit 65cd03a

Please sign in to comment.