Skip to content

Commit

Permalink
Bump version and update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 13, 2023
1 parent d0c881b commit 87be330
Show file tree
Hide file tree
Showing 4 changed files with 2,132 additions and 1,951 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
- id: debug-statements
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -60,7 +60,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.7.1
hooks:
- id: mypy
args: [--no-warn-unused-ignores]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "metldata"
version = "1.0.0"
version = "1.1.0"
description = "metldata - A framework for handling metadata based on ETL, CQRS, and event sourcing."
readme = "README.md"
authors = [
Expand Down
Loading

0 comments on commit 87be330

Please sign in to comment.