Skip to content

Commit

Permalink
Fixing file path
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 30, 2022
1 parent d229ee6 commit b73e0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastybird_fb_bus_connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from .bootstrap import create_connector

__version__ = "0.6.0"
__version__ = "0.7.0"

__all__ = ["connector", "bootstrap"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def find_version(*file_paths):
cmdclass={"build_ext": build_ext},
ext_modules=[
Extension(
"fastybird_fb_bus_connector.pjon._pjon_cython",
"fastybird_fb_bus_connector.pjon._pjon",
sources=["fastybird_fb_bus_connector/pjon/_pjon.pyx"],
language="c++",
extra_compile_args=strategies + [
Expand Down

0 comments on commit b73e0cf

Please sign in to comment.