Skip to content

Commit

Permalink
Merge pull request #135 from olirice/or/add-typing-stub
Browse files Browse the repository at this point in the history
Add typing stubs, bump version
  • Loading branch information
olirice authored Jul 29, 2024
2 parents 3711ec7 + d739845 commit 2e9ddac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def get_version(package):
"nvim": ["neovim", "python-language-server"],
"docs": ["mkdocs", "pygments", "pymdown-extensions", "mkautodoc"],
},
package_data={"": ["py.typed"]},
include_package_data=True,
classifiers=[
"Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion src/alembic_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.3"
__version__ = "0.8.4"
Empty file added src/alembic_utils/py.typed
Empty file.

0 comments on commit 2e9ddac

Please sign in to comment.