Skip to content

Commit 003e238

Browse files
author
Fabrizio Romanelli
committed
bump version 0.0.3 -> 0.0.4
1 parent 543b3ca commit 003e238

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "deepforge"
9-
version = "0.0.3"
9+
version = "0.0.4"
1010
description = "A python object oriented library to model deep neural networks based on Keras/Tensorflow."
1111
readme = "README.md"
1212
authors = [{ name = "Fabrizio Romanelli", email = "[email protected]" }]
@@ -33,7 +33,7 @@ Homepage = "https://github.com/fabrizioromanelli/deepforge"
3333
[project.scripts]
3434
deepforge = "deepforge.__main__:main"
3535
[tool.bumpver]
36-
current_version = "0.0.3"
36+
current_version = "0.0.4"
3737
version_pattern = "MAJOR.MINOR.PATCH"
3838
commit_message = "bump version {old_version} -> {new_version}"
3939
tag_message = "{new_version}"

src/deepforge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .initialize import initialize
88

99
# Version of deepforge library
10-
__version__ = "0.0.3"
10+
__version__ = "0.0.4"

0 commit comments

Comments
 (0)