Skip to content

Commit

Permalink
Revert version to v0.5.0 (#544)
Browse files Browse the repository at this point in the history
The release for v0.5.1 failed, therefore, revert version number.
  • Loading branch information
CasperWA authored Feb 7, 2023
1 parent b6e0c11 commit 5d89725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# pylint: disable=wrong-import-position,wrong-import-order
import sys

__version__ = "0.5.1"
__version__ = "0.5.0"

# Ensure correct Python version
if sys.version_info < (3, 7):
Expand Down

0 comments on commit 5d89725

Please sign in to comment.