Skip to content

Commit

Permalink
set lk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 22, 2024
1 parent f369cc9 commit f34809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenskit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from lenskit.algorithms import * # noqa: F401,F403

__version__ = '0.14.3-dev0'
__version__ = '0.14.3'


class DataWarning(UserWarning):
Expand Down

0 comments on commit f34809a

Please sign in to comment.