Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
working on pypi .rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Oct 13, 2017
1 parent 0f658cf commit 11fcd65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
@@ -1,3 +1,6 @@
coldwallet
----------

.. image:: https://badge.fury.io/py/coldwallet.svg
:target: https://badge.fury.io/py/coldwallet

Expand Down
2 changes: 1 addition & 1 deletion coldwallet/__init__.py
@@ -1,3 +1,3 @@
from __future__ import absolute_import, division

__version__ = "0.0.4"
__version__ = "0.0.5"
1 change: 1 addition & 0 deletions release.sh
Expand Up @@ -3,6 +3,7 @@ set -e

python -c "import sys; assert sys.hexversion >= 0x02070000, 'python too old'"
python -c "import wheel" || python -m pip install wheel
python setup.py check -s --restructuredtext
export NUMBER=$(python -c "import coldwallet; print(coldwallet.__version__)")
git tag -a v${NUMBER} -m v${NUMBER}
git push origin v${NUMBER}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -30,6 +30,7 @@ def find_version(*file_paths):
license='BSD',
url='https://github.com/Anthchirp/python-coldwallet',
author='Markus Gerstel',
author_email='coldwallet@uxp.de',
download_url="https://github.com/Anthchirp/python-coldwallet/releases",
version=find_version("coldwallet", "__init__.py"),
install_requires=[
Expand Down

0 comments on commit 11fcd65

Please sign in to comment.