Skip to content

Commit

Permalink
Release version 0.0.6 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Jul 3, 2023
1 parent 54a8cae commit 86d173f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
additional_dependencies:
- black>=23.3
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.276
hooks:
- id: ruff
args: [--fix]
50 changes: 25 additions & 25 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 = "objectory"
version = "0.0.6a0"
version = "0.0.6"
description = "A light library for general purpose object factories"
readme = "README.md"
authors = ["Thibaut Durand <[email protected]>"]
Expand Down Expand Up @@ -44,7 +44,7 @@ pylint = "^2.17"
pytest = "^7.4"
pytest-cov = "^4.1"
pytest-timeout = "^2.1"
ruff = ">=0.0.275,<1.0"
ruff = ">=0.0.276,<1.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 86d173f

Please sign in to comment.