Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-odea committed Apr 10, 2024
1 parent 16ccbac commit 9691fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytruncreg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .pytruncreg import truncreg
from .truncreg import truncreg

__all__ = ['truncreg']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pytruncreg',
version='0.1',
version='0.1.2',
packages=find_packages(),
install_requires=[
'numpy',
Expand Down

0 comments on commit 9691fee

Please sign in to comment.