From 1996ac28a0dce93cbadec53a0402357c6a3e840a Mon Sep 17 00:00:00 2001 From: OMOTO Tsukasa Date: Sun, 17 Nov 2019 20:17:23 +0900 Subject: [PATCH] Release v2.0.0 (#63) --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 347f583..227cea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1 +2.0.0 diff --git a/setup.py b/setup.py index e4f0935..5cc7484 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ author='OMOTO Tsukasa', author_email='tsukasa@oomo.to', license='MIT', - py_modules=['pytest_codestyle'], + py_modules=['pytest_pycodestyle'], python_requires='~=3.5', install_requires=[ 'pytest',