Skip to content

Commit

Permalink
Bump version (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Levkivskyi <[email protected]>
  • Loading branch information
ilevkivskyi and Ivan Levkivskyi authored Jan 12, 2021
1 parent 2b74be9 commit 8495c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def find_stub_files():


setup(name='sqlalchemy-stubs',
version='0.3',
version='0.4',
description=description,
long_description=install_instructions,
long_description_content_type='text/markdown',
Expand All @@ -52,7 +52,7 @@ def find_stub_files():
url="https://github.com/dropbox/sqlalchemy-stubs",
py_modules=['sqlmypy', 'sqltyping'],
install_requires=[
'mypy>=0.720',
'mypy>=0.790',
'typing-extensions>=3.7.4'
],
packages=['sqlalchemy-stubs'],
Expand Down

0 comments on commit 8495c22

Please sign in to comment.