Skip to content

Commit 0673467

Browse files
committed
Bump version
1 parent d2223f7 commit 0673467

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "magic-filter"
3-
version = "1.0.0-alpha.0"
3+
version = "1.0.0-alpha.1"
44
description = "This package provides magic filter based on dynamic attribute getter"
55
license = "MIT"
66
readme = "README.md"
@@ -30,9 +30,9 @@ python = "^3.6.2"
3030
[tool.poetry.dev-dependencies]
3131
pre-commit = "^2.12.1"
3232
pytest-cov = "^2.11.1"
33-
pytest = "^6.2.3"
33+
pytest = "^6.2.4"
3434
mypy = "^0.812"
35-
black = "^21.4b2"
35+
black = "^21.5b0"
3636
flake8 = "^3.9.1"
3737
isort = "^5.8.0"
3838
regex = "^2021.4.4"

0 commit comments

Comments
 (0)