Skip to content

Commit

Permalink
Release version 0.0.5 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Apr 15, 2023
1 parent 54459b5 commit 5ec1bee
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 17 deletions.
101 changes: 87 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coola"
version = "0.0.5a3"
version = "0.0.5"
description = "A light library to check if two complex/nested objects are equal or not"
readme = "README.md"
authors = ["Thibaut Durand <durand.tibo+gh@gmail.com>"]
Expand Down Expand Up @@ -35,8 +35,8 @@ torch = { version = ">= 1.10, < 3.0", optional = true}
all = ["numpy", "torch"]

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^8.5"
mkdocstrings = "^0.19"
mkdocs-material = "^9.1"
mkdocstrings = "^0.21"

[tool.poetry.group.dev.dependencies]
black = "^23.3"
Expand Down

0 comments on commit 5ec1bee

Please sign in to comment.