Skip to content

Commit

Permalink
Initialize repository
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon committed Sep 15, 2020
1 parent 13a6293 commit fd412e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://travis-ci.com/OverLordGoldDragon/deeptrain.svg?branch=master)](https://travis-ci.com/OverLordGoldDragon/deeptrain)
[![Coverage Status](https://coveralls.io/repos/github/OverLordGoldDragon/deeptrain/badge.svg?branch=master&service=github)](https://coveralls.io/github/OverLordGoldDragon/deeptrain)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b3ddf578cd674c268004b0c445c2d695)](https://www.codacy.com/manual/OverLordGoldDragon/deeptrain?utm_source=github.com&utm_medium=referral&utm_content=OverLordGoldDragon/deeptrain&utm_campaign=Badge_Grade)
[![PyPI version](https://badge.fury.io/py/deeptrain.svg)](https://badge.fury.io/py/keras-adamw)
[![PyPI version](https://badge.fury.io/py/deeptrain.svg)](https://badge.fury.io/py/deeptrain)
[![Documentation Status](https://readthedocs.org/projects/deeptrain/badge/?version=latest)](https://deeptrain.readthedocs.io/en/latest/?badge=latest)

![](https://img.shields.io/badge/keras-tensorflow-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion deeptrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def set_seeds(seeds=None, reset_graph=False, verbose=1):
callbacks.RandomSeedSetter._set_seeds(seeds, reset_graph, verbose)


__version__ = '0.5.5'
__version__ = '0.6.0'
__author__ = 'OverLordGoldDragon'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020, %s.' % __author__
Expand Down

0 comments on commit fd412e6

Please sign in to comment.