Skip to content

Commit

Permalink
export setup_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjpxie committed Apr 26, 2024
1 parent 8d5a551 commit dfd7da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pxutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
import_any,
ChatAPI,
list_module_contents,
setup_logger,
)
from .pxutil_cy import run_loop, fib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup, Extension
from Cython.Build import cythonize

_version = "0.0.27"
_version = "0.0.28"

with open("README.md") as readme:
long_description = readme.read()
Expand Down

0 comments on commit dfd7da8

Please sign in to comment.