Skip to content

Commit 5b42e17

Browse files
author
Fabrizio Romanelli
committed
bump version 0.0.6 -> 0.0.7
1 parent 3cdcfc5 commit 5b42e17

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.6.
9+
The current version is 0.0.7.
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.6"
9+
version = "0.0.7"
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.6"
36+
current_version = "0.0.7"
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
@@ -8,4 +8,4 @@
88
from .initialize import initialize
99

1010
# Version of deepforge library
11-
__version__ = "0.0.6"
11+
__version__ = "0.0.7"

0 commit comments

Comments
 (0)