Skip to content

Commit

Permalink
Add py.typed, bump to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-wolf-oberholtzer committed Dec 13, 2022
1 parent 670134c commit 243ed93
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 @@ -16,6 +16,7 @@ def read_version():

if __name__ == "__main__":
setuptools.setup(
package_data={"uqbar": ["py.typed"]},
packages=setuptools.find_packages(
include=["uqbar", "uqbar.*"], exclude=["*__pycache__*"]
),
Expand Down
2 changes: 1 addition & 1 deletion uqbar/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 6, 5)
__version_info__ = (0, 6, 6)
__version__ = ".".join(str(x) for x in __version_info__)
Empty file added uqbar/py.typed
Empty file.

0 comments on commit 243ed93

Please sign in to comment.