Skip to content

Commit f1327b3

Browse files
committed
bump to 1.1.0
1 parent db0ff7b commit f1327b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import sys
2-
31
from setuptools import setup
42

53
with open('README.md', 'r') as f:
@@ -15,7 +13,7 @@
1513

1614
setup(
1715
name='pytest-mypy-plugins',
18-
version='1.0.3',
16+
version='1.1.0',
1917
description='pytest plugin for writing tests for mypy plugins',
2018
long_description=readme,
2119
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)