Skip to content

Commit 8495c22

Browse files
ilevkivskyiIvan Levkivskyi
and
Ivan Levkivskyi
authored
Bump version (#201)
Co-authored-by: Ivan Levkivskyi <[email protected]>
1 parent 2b74be9 commit 8495c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def find_stub_files():
4242

4343

4444
setup(name='sqlalchemy-stubs',
45-
version='0.3',
45+
version='0.4',
4646
description=description,
4747
long_description=install_instructions,
4848
long_description_content_type='text/markdown',
@@ -52,7 +52,7 @@ def find_stub_files():
5252
url="https://github.com/dropbox/sqlalchemy-stubs",
5353
py_modules=['sqlmypy', 'sqltyping'],
5454
install_requires=[
55-
'mypy>=0.720',
55+
'mypy>=0.790',
5656
'typing-extensions>=3.7.4'
5757
],
5858
packages=['sqlalchemy-stubs'],

0 commit comments

Comments
 (0)