Skip to content

Commit ff49743

Browse files
authored
Update setup.py
1 parent 6e761be commit ff49743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages, Extension
44

5-
__version__ = "1.0"
5+
__version__ = "1.1"
66

77
tests_require = ['pytest', 'pytest-asyncio', 'mypy', 'pycodestyle']
88

@@ -55,4 +55,4 @@ def read(fname):
5555
tests_require=tests_require,
5656
test_suite="tests",
5757
ext_modules=ext_modules,
58-
)
58+
)

0 commit comments

Comments
 (0)