Skip to content

Commit

Permalink
version bump after np deprecation bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kearnz committed Dec 30, 2023
1 parent 6ef8266 commit ab60c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoimpute/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Version specification."""

VERSION = (0, 13, 0)
VERSION = (0, 14, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit ab60c5d

Please sign in to comment.