File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A python object oriented library to model deep neural networks based on Keras/Te
66
77## Version
88
9- The current version is 0.0.3 .
9+ The current version is 0.0.4 .
1010
1111## Changelog
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " deepforge"
9- version = " 0.0.3 "
9+ version = " 0.0.4 "
1010description = " A python object oriented library to model deep neural networks based on Keras/Tensorflow."
1111readme = " README.md"
1212authors = [{
name =
" Fabrizio Romanelli" ,
email =
" [email protected] " }]
@@ -33,7 +33,7 @@ Homepage = "https://github.com/fabrizioromanelli/deepforge"
3333[project .scripts ]
3434deepforge = " deepforge.__main__:main"
3535[tool .bumpver ]
36- current_version = " 0.0.3 "
36+ current_version = " 0.0.4 "
3737version_pattern = " MAJOR.MINOR.PATCH"
3838commit_message = " bump version {old_version} -> {new_version}"
3939tag_message = " {new_version}"
Original file line number Diff line number Diff line change 77from .initialize import initialize
88
99# Version of deepforge library
10- __version__ = "0.0.3 "
10+ __version__ = "0.0.4 "
You can’t perform that action at this time.
0 commit comments