Skip to content

Commit

Permalink
Bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Apr 24, 2023
1 parent 92aa041 commit 5444391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified_planning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
AnyBaseClass = object


VERSION: Tuple[Union[int, str], ...] = (0, 5, 0)
VERSION: Tuple[Union[int, str], ...] = (0, 6, 0)
__version__ = ".".join(str(x) for x in VERSION)

# Try to provide human-readable version of latest commit for dev versions
Expand Down

0 comments on commit 5444391

Please sign in to comment.