Skip to content

Commit ab13f7b

Browse files
author
Fabrizio Romanelli
committed
bump version 0.0.2 -> 0.0.3
1 parent d64a78b commit ab13f7b

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.2.
9+
The current version is 0.0.3.
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.2"
9+
version = "0.0.3"
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.2"
36+
current_version = "0.0.3"
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
@@ -6,4 +6,4 @@
66
from .initialize import initialize
77

88
# Version of deepforge library
9-
__version__ = "0.0.2"
9+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)