Skip to content

Commit fd412e6

Browse files
Initialize repository
1 parent 13a6293 commit fd412e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Build Status](https://travis-ci.com/OverLordGoldDragon/deeptrain.svg?branch=master)](https://travis-ci.com/OverLordGoldDragon/deeptrain)
66
[![Coverage Status](https://coveralls.io/repos/github/OverLordGoldDragon/deeptrain/badge.svg?branch=master&service=github)](https://coveralls.io/github/OverLordGoldDragon/deeptrain)
77
[![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)
8-
[![PyPI version](https://badge.fury.io/py/deeptrain.svg)](https://badge.fury.io/py/keras-adamw)
8+
[![PyPI version](https://badge.fury.io/py/deeptrain.svg)](https://badge.fury.io/py/deeptrain)
99
[![Documentation Status](https://readthedocs.org/projects/deeptrain/badge/?version=latest)](https://deeptrain.readthedocs.io/en/latest/?badge=latest)
1010

1111
![](https://img.shields.io/badge/keras-tensorflow-blue.svg)

deeptrain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def set_seeds(seeds=None, reset_graph=False, verbose=1):
4747
callbacks.RandomSeedSetter._set_seeds(seeds, reset_graph, verbose)
4848

4949

50-
__version__ = '0.5.5'
50+
__version__ = '0.6.0'
5151
__author__ = 'OverLordGoldDragon'
5252
__license__ = 'MIT'
5353
__copyright__ = 'Copyright (c) 2020, %s.' % __author__

0 commit comments

Comments
 (0)