Skip to content

Commit

Permalink
Release version 0.0.12 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo committed Sep 27, 2023
1 parent 6b5309c commit c8abc75
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redcat"
version = "0.0.12a1"
version = "0.0.12"
description = "A library to manipulate batches of examples"
readme = "README.md"
authors = ["Thibaut Durand <durand.tibo+gh@gmail.com>"]
Expand Down Expand Up @@ -45,7 +45,7 @@ pylint = "^2.17"
pytest = "^7.4"
pytest-cov = "^4.1"
pytest-timeout = "^2.1"
ruff = ">=0.0.290,<1.0"
ruff = ">=0.0.291,<1.0"
xdoctest = "^1.1"

[build-system]
Expand Down

0 comments on commit c8abc75

Please sign in to comment.