Skip to content

Commit

Permalink
Update version number to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Mar 21, 2024
1 parent f25c7fd commit edd5dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bnpm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'server',
'similarity',
'spectral',
'sql_helpers',
'stats',
'timeSeries',
'torch_helpers',
Expand Down Expand Up @@ -79,4 +80,4 @@ def prepare_cv2_imshow():
for pkg in __all__:
exec('from . import ' + pkg)

__version__ = '0.4.3'
__version__ = '0.4.4'

0 comments on commit edd5dfd

Please sign in to comment.