Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
taobun committed Sep 8, 2021
1 parent 89e2ca8 commit d6b9131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include pyband/proto *.py
recursive-include pyband/proto *.py *pyi
4 changes: 1 addition & 3 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ rm -r build dist pyband.egg-info
# build new package
python3 setup.py sdist bdist_wheel

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

# publish to pypi
# python3 -m twine upload --repository pypi dist/*
python3 -m twine upload --repository pypi dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="pyband",
packages=setuptools.find_packages(),
include_package_data=True,
version="0.2.7",
version="0.2.8",
license="MIT",
description="Python library for BandChain",
long_description=long_description,
Expand Down

0 comments on commit d6b9131

Please sign in to comment.