Skip to content

Commit

Permalink
Merge pull request #12 from PickwickSoft/fix-installation-failure
Browse files Browse the repository at this point in the history
Fix installation failure
  • Loading branch information
garlontas authored Aug 10, 2022
2 parents c4e9602 + 1d97228 commit 0117ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pystreamapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pystreamapi.__stream import Stream

__version__ = "0.1.0"
__version__ = "0.1.1"
__all__ = ["Stream"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
Programming Language :: Python :: 3

[options]
packages = find:
packages = pystreamapi
zip_safe = True
include_package_data = True
install_requires =
Expand Down

0 comments on commit 0117ac4

Please sign in to comment.