Skip to content

Commit

Permalink
V0.1.1 (#14)
Browse files Browse the repository at this point in the history
* edit MANIFEST

* Update AUTHORS.rst

add author

* git test

* renew project site

* renew project site

* update project site

* remove code climate

* modified the function and change the example function to the test function

* fix format

* modify the format

* fix the format

* modify the format

* modified again

* remove code climate

* edit leo's commit

* ?edit leo's commit

* edit leo's commit

* edit leo's commit

* clean tox.ini

* bump version

* modify badge

* fix tox
  • Loading branch information
JunhaoWang committed Feb 2, 2018
1 parent acedb19 commit 4eefcca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
5 changes: 1 addition & 4 deletions .pytest_cache/v/cache/lastfailed
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
"tests/test_bittrade.py": true,
"tests/test_google_client.py": true
}
{}
9 changes: 2 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Overview
| |codacy|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|

.. |docs| image:: https://readthedocs.org/projects/bittrade/badge/?style=flat
:target: https://readthedocs.org/projects/bittrade
Expand All @@ -29,9 +28,9 @@ Overview
:alt: Requirements Status
:target: https://requires.io/github/JunhaoWang/bittrade/requirements/?branch=master

.. |coveralls| image:: https://coveralls.io/repos/JunhaoWang/bittrade/badge.svg?branch=master&service=github
.. |coveralls| image:: https://coveralls.io/repos/github/JunhaoWang/bittrade/badge.svg?branch=master
:alt: Coverage Status
:target: https://coveralls.io/r/JunhaoWang/bittrade
:target: https://coveralls.io/github/JunhaoWang/bittrade?branch=master

.. |codacy| image:: https://api.codacy.com/project/badge/Grade/1a92a2df373946789f812c7af01a86e7
:target: https://www.codacy.com/app/JunhaoWang/bittrade?utm_source=github.com&utm_medium=referral&utm_content=JunhaoWang/bittrade&utm_campaign=Badge_Grade
Expand All @@ -41,10 +40,6 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/bittrade

.. |commits-since| image:: https://img.shields.io/github/commits-since/JunhaoWang/bittrade/v0.1.0.svg
:alt: Commits since latest release
:target: https://github.com/JunhaoWang/bittrade/compare/v0.1.0...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/bittrade.svg
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/bittrade
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
year = '2018'
author = 'Junhao Wang'
copyright = '{}, {}'.format(year, author)
version = release = '0.1.0'
version = release = '0.1.1'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(*names, **kwargs):

setup(
name='bittrade',
version='0.1.0',
version='0.1.1',
license='MIT license',
description='Crypto trading AI agent.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/bittrade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
13 changes: 2 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ skip_missing_interpreters = True

[testenv]
basepython =
py36: {env:TOXPYTHON:python3.6}
{bootstrap,clean,check,report,coveralls,codecov}: {env:TOXPYTHON:python3}
{py36}: {env:TOXPYTHON:python3.6}
{bootstrap,clean,check,report,coveralls,docs,spell}: {env:TOXPYTHON:python3}
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
Expand Down Expand Up @@ -73,15 +73,6 @@ skip_install = true
commands =
coveralls []

[testenv:codecov]
deps =
codecov
skip_install = true
commands =
coverage xml --ignore-errors
codecov []


[testenv:report]
deps = coverage
skip_install = true
Expand Down

0 comments on commit 4eefcca

Please sign in to comment.