Skip to content

Commit 3c516a9

Browse files
committed
Bumped version to 1.2.4.
1 parent df70f19 commit 3c516a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flake8p/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
title = 'Flake8-pyproject'
44
synopsis = 'Flake8 plug-in loading the configuration from pyproject.toml'
5-
version = '1.2.3'
5+
version = '1.2.4'
66
author = 'John Hennig'
77
license = 'MIT'

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies = [
2626

2727
[project.optional-dependencies]
2828
dev = [
29+
'Flit >= 3.4',
2930
'pyTest >= 7',
3031
'pyTest-cov >= 7; python_version >= "3.10"',
3132
]

0 commit comments

Comments
 (0)