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 a177101be7

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"