Skip to content

Commit 1da4649

Browse files
committed
Bumped version to 1.0.0.
1 parent 373937a commit 1da4649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 'Runs Flake8 with configuration from pyproject.toml.'
5-
version = '0.9.1'
5+
version = '1.0.0'
66
author = 'John Hennig'
77
license = 'MIT'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{name='John Hennig'}]
66
license = {file='license.txt'}
77
keywords = ['Flake8', 'pyproject.toml']
88
classifiers = [
9-
'Development Status :: 4 - Beta',
9+
'Development Status :: 5 - Production/Stable',
1010
'Programming Language :: Python',
1111
'Topic :: Software Development :: Quality Assurance',
1212
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)