0.3.0
Some checks reported errors
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag Something is wrong with the build of this commit

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-02-14 09:57:42 -06:00 committed by Deepak Mallubhotla
parent 3a6be738b1
commit 6dfc26104a
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "deepdog"
version = "0.2.4"
version = "0.3.0"
description = ""
authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]
@ -32,3 +32,6 @@ module = [
"scipy.optimize"
]
ignore_missing_imports = true
[tool.semantic_release]
version_toml = "pyproject.toml:tool.poetry.version"