Skip to content

Commit

Permalink
update the badge and version
Browse files Browse the repository at this point in the history
  • Loading branch information
bichengying committed May 10, 2020
1 parent 1577a68 commit 584c413
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before_deploy:
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
github_token: $GITHUB_PAGES_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true
local_dir: docs/_build/html/
on:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Bluefog
=======

.. image:: https://travis-ci.com/ybc1991/bluefog.svg?token=me5bQ3zp2qcSz5D3yVNC&branch=master
:target: https://travis-ci.com/ybc1991/bluefog
.. image:: https://travis-ci.com/Bluefog-Lib/bluefog.svg?branch=master
:target: https://travis-ci.com/Bluefog-Lib/bluefog

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://img.shields.io/badge/License-Apache%202.0-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion bluefog/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@

from setuptools import find_packages, setup, Extension
from setuptools.command.build_ext import build_ext as _build_ext

from bluefog import __version__

# Package meta-data.
NAME = "bluefog"
DESCRIPTION = "A distributed training framework for diffusion or consensus-type algorithm."
EMAIL = "bichengying@gmail.com"
AUTHOR = "Bicheng Ying"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.2.0"
VERSION = __version__

EXTRAS = {}

Expand Down

0 comments on commit 584c413

Please sign in to comment.